#FAFBCE

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

Shades of Light Goldenrod Yellow #FAFBCE

Tints of Light Goldenrod Yellow #FAFBCE

Color information

#FAFBCE (or 0xFAFBCE) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, FB and CE. RGB value is (250,251,206). Sum of RGB (Red+Green+Blue) = 250+251+206=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 206 (80.86% from 255 or 29.14% from 707); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBCE is #050431. Grayscale: #F5F5F5. Windows color (decimal): -328754 or 13564922. OLE color: 13564922.

HSL color Cylindrical-coordinate representation of color #FAFBCE: hue angle of 61.33º 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 #FAFBCE is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250251206-
CMYK0.0000.180.02
HSL61.33º84.91%89.61%-
HSV(B)61.33º17.93%98.43%-
XYZ85.0693.7772.01-
YUV245.57105.67131.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 251 (98.44% from 255) = 35.50%
BLUE value IS 206 (80.86% from 255) = 29.14%
R=35.36%
G=35.50%
B=29.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502512060.0000.180.0261.3384.9189.61
HexFAFBCE001223d555a
Octal3723733160022275125132
Binary11111010111110111100111000100101011110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBCE; }

 p { color: rgb(250,251,206); }

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

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

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

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

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

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

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