#FBF99C

Color #FBF99C Pale Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Prim #FBF99C

Tints of Pale Prim #FBF99C

Color information

#FBF99C (or 0xFBF99C) is unknown color: approx Pale Prim. HEX triplet: FB, F9 and 9C. RGB value is (251,249,156). Sum of RGB (Red+Green+Blue) = 251+249+156=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 156 (61.33% from 255 or 23.78% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF99C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF99C is #040663. Grayscale: #EFEFEF. Windows color (decimal): -263780 or 10287611. OLE color: 10287611.

HSL color Cylindrical-coordinate representation of color #FBF99C: hue angle of 58.74º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBF99C is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB251249156-
CMYK00.010.380.02
HSL58.74º92.23%79.8%-
HSV(B)58.74º37.85%98.43%-
XYZ79.6690.6644.75-
YUV23981.16136.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 38.26%
GREEN value IS 249 (97.66% from 255) = 37.96%
BLUE value IS 156 (61.33% from 255) = 23.78%
R=38.26%
G=37.96%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124915600.010.380.0258.7492.2379.8
HexFBF99C012623b5c50
Octal3733712340146273134120
Binary111110111111100110011100011001101011101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF99C; }

 p { color: rgb(251,249,156); }

 H1.HeaderClassName
 {
   color: #FBF99C;
 }
 .AnyTagClassName
 {
   color: #FBF99C;
 }
</style>
background-color css

<style>
 a { background-color: #FBF99C; }

 a { background-color: rgb(251,249,156); }

 div.DivClassName
 {
   background-color: #FBF99C;
 }
 .BgClassName
 {
   background-color: #FBF99C;
 }
</style>
border-color css

<style>
 span { border-color: #FBF99C; }

 span { border-color: rgb(251,249,156); }

 td.TdClassName
 {
   border-color: #FBF99C;
 }
 .TagClassName
 {
   border-color: #FBF99C;
 }
</style>