#FAF9CF

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

Shades of Light Goldenrod Yellow #FAF9CF

Tints of Light Goldenrod Yellow #FAF9CF

Color information

#FAF9CF (or 0xFAF9CF) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, F9 and CF. RGB value is (250,249,207). Sum of RGB (Red+Green+Blue) = 250+249+207=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 249 (97.66% from 255 or 35.27% from 706); Blue value is 207 (81.25% from 255 or 29.32% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9CF is #050630. Grayscale: #F4F4F4. Windows color (decimal): -329265 or 13629946. OLE color: 13629946.

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

Color convert

RGB250249207-
CMYK00.000.170.02
HSL58.6º81.13%89.61%-
HSV(B)58.6º17.2%98.04%-
XYZ84.5692.5872.44-
YUV244.51106.83131.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.41%
GREEN value IS 249 (97.66% from 255) = 35.27%
BLUE value IS 207 (81.25% from 255) = 29.32%
R=35.41%
G=35.27%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024920700.000.170.0258.681.1389.61
HexFAF9CF001123b515a
Octal3723713170021273121132
Binary11111010111110011100111100100011011101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9CF; }

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

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

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

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

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

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

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

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