#FAFBCB

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

Shades of Light Goldenrod Yellow #FAFBCB

Tints of Light Goldenrod Yellow #FAFBCB

Color information

#FAFBCB (or 0xFAFBCB) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, FB and CB. RGB value is (250,251,203). Sum of RGB (Red+Green+Blue) = 250+251+203=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 203 (79.69% from 255 or 28.84% from 704); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBCB is #050434. Grayscale: #F5F5F5. Windows color (decimal): -328757 or 13368314. OLE color: 13368314.

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

Color convert

RGB250251203-
CMYK0.0000.190.02
HSL61.25º85.71%89.02%-
HSV(B)61.25º19.12%98.43%-
XYZ84.793.6370.11-
YUV245.23104.17131.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.51%
GREEN value IS 251 (98.44% from 255) = 35.65%
BLUE value IS 203 (79.69% from 255) = 28.84%
R=35.51%
G=35.65%
B=28.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502512030.0000.190.0261.2585.7189.02
HexFAFBCB001323d5659
Octal3723733130023275126131
Binary11111010111110111100101100100111011110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBCB; }

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

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

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

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

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

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

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

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