Html Css Color HEX #FCFBD0 Light Goldenrod Yellow

📋 copy color: '#FCFBD0'

red 252 ◦ green 251 ◦ blue 208

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

Shades of Light Goldenrod Yellow #FCFBD0

Tints of Light Goldenrod Yellow #FCFBD0

RGB

 RED value IS 252 (98.83% from 255) = 35.44%

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

 BLUE value IS 208 (81.64% from 255) = 29.25%

R = 35.44%
G = 35.3%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCFBD0 (or 0xFCFBD0) is known color: Light Goldenrod Yellow. HEX triplet: FC, FB and D0. RGB value is (252,251,208). Sum of RGB (Red+Green+Blue) = 252+251+208=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 208 (81.64% from 255 or 29.25% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBD0 is #03042F. Grayscale: #F6F6F6. Windows color (decimal): -197680 or 13695996. OLE color: 13695996.

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

Color convert

RGB 252 251 208 -
CMYK 0 0.00 0.17 0.01
HSL 58.64º 0.88% 0.9% -
HSV(B) 58.64º 0.17% 0.99% -
XYZ 86.03 94.24 73.33 -
YUV 246.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 252 251 208 0 0.00 0.17 0.01 58.64 0.88 0.9
Hex FC FB D0 0 0 11 1 3B 58 5A
Octal 374 373 320 0 0 21 1 73 130 132
Binary 11111100 11111011 11010000 0 0 10001 1 111011 1011000 1011010

Color Harmonies of #FCFBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBD0

Black with #FCFBD0

Text Example


Text Example

White with #FCFBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBD0; }

 p { color: rgb(252,251,208); }

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

background-color css

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

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

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

border-color css

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

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

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