#FBF9CF

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

Shades of Light Goldenrod Yellow #FBF9CF

Tints of Light Goldenrod Yellow #FBF9CF

Color information

#FBF9CF (or 0xFBF9CF) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, F9 and CF. RGB value is (251,249,207). Sum of RGB (Red+Green+Blue) = 251+249+207=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 249 (97.66% from 255 or 35.22% from 707); Blue value is 207 (81.25% from 255 or 29.28% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF9CF is #040630. Grayscale: #F4F4F4. Windows color (decimal): -263729 or 13629947. OLE color: 13629947.

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

Color convert

RGB251249207-
CMYK00.010.180.02
HSL57.27º84.62%89.8%-
HSV(B)57.27º17.53%98.43%-
XYZ84.9292.7772.46-
YUV244.81106.66132.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.50%
GREEN value IS 249 (97.66% from 255) = 35.22%
BLUE value IS 207 (81.25% from 255) = 29.28%
R=35.50%
G=35.22%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124920700.010.180.0257.2784.6289.8
HexFBF9CF0112239555a
Octal3733713170122271125132
Binary11111011111110011100111101100101011100110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9CF; }

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

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

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

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

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

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

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

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