Html Css Color HEX #FBFBCC Light Goldenrod Yellow

📋 copy color: '#FBFBCC'

red 251 ◦ green 251 ◦ blue 204

#FBFBCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Goldenrod Yellow #FBFBCC

Tints of Light Goldenrod Yellow #FBFBCC

RGB

 RED value IS 251 (98.44% from 255) = 35.55%

 GREEN value IS 251 (98.44% from 255) = 35.55%

 BLUE value IS 204 (80.08% from 255) = 28.9%

R = 35.55%
G = 35.55%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBFBCC (or 0xFBFBCC) is known color: Light Goldenrod Yellow. HEX triplet: FB, FB and CC. RGB value is (251,251,204). Sum of RGB (Red+Green+Blue) = 251+251+204=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 204 (80.08% from 255 or 28.90% from 706); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBCC is #040433. Grayscale: #F5F5F5. Windows color (decimal): -263220 or 13433851. OLE color: 13433851.

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

Color convert

RGB 251 251 204 -
CMYK 0 0 0.19 0.02
HSL 60º 0.85% 0.89% -
HSV(B) 60º 0.19% 0.98% -
XYZ 85.18 93.86 70.75 -
YUV 245.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 251 251 204 0 0 0.19 0.02 60 0.85 0.89
Hex FB FB CC 0 0 13 2 3C 55 59
Octal 373 373 314 0 0 23 2 74 125 131
Binary 11111011 11111011 11001100 0 0 10011 10 111100 1010101 1011001

Color Harmonies of #FBFBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBCC

Black with #FBFBCC

Text Example


Text Example

White with #FBFBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBCC; }

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

 H1.HeaderClassName
 {
   color: #FBFBCC;
 }
 .AnyTagClassName
 {
   color: #FBFBCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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