#FBFBCA

Color #FBFBCA Light Goldenrod Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod Yellow #FBFBCA

Tints of Light Goldenrod Yellow #FBFBCA

Color information

#FBFBCA (or 0xFBFBCA) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FB and CA. RGB value is (251,251,202). Sum of RGB (Red+Green+Blue) = 251+251+202=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 202 (79.30% from 255 or 28.69% from 704); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBCA is #040435. Grayscale: #F5F5F5. Windows color (decimal): -263222 or 13302779. OLE color: 13302779.

HSL color Cylindrical-coordinate representation of color #FBFBCA: hue angle of 60º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBFBCA is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251251202-
CMYK000.200.02
HSL60º85.96%88.82%-
HSV(B)60º19.52%98.43%-
XYZ84.9493.7769.5-
YUV245.41103.5131.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.65%
GREEN value IS 251 (98.44% from 255) = 35.65%
BLUE value IS 202 (79.30% from 255) = 28.69%
R=35.65%
G=35.65%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251202000.200.026085.9688.82
HexFBFBCA001423c5659
Octal3733733120024274126131
Binary11111011111110111100101000101001011110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBCA; }

 p { color: rgb(251,251,202); }

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

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

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

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

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

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

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