#FBFACC

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

Shades of Light Goldenrod Yellow #FBFACC

Tints of Light Goldenrod Yellow #FBFACC

Color information

#FBFACC (or 0xFBFACC) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FA and CC. RGB value is (251,250,204). Sum of RGB (Red+Green+Blue) = 251+250+204=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 204 (80.08% from 255 or 28.94% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFACC is #040533. Grayscale: #F5F5F5. Windows color (decimal): -263476 or 13433595. OLE color: 13433595.

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

Color convert

RGB251250204-
CMYK00.000.190.02
HSL58.72º85.45%89.22%-
HSV(B)58.72º18.73%98.43%-
XYZ84.8793.2470.65-
YUV245.05104.83132.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.60%
GREEN value IS 250 (98.05% from 255) = 35.46%
BLUE value IS 204 (80.08% from 255) = 28.94%
R=35.60%
G=35.46%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125020400.000.190.0258.7285.4589.22
HexFBFACC001323b5559
Octal3733723140023273125131
Binary11111011111110101100110000100111011101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFACC; }

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

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

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

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

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

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

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

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