Html Css Color HEX #FCFBD1 Light Goldenrod Yellow

📋 copy color: '#FCFBD1'

red 252 ◦ green 251 ◦ blue 209

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

Shades of Light Goldenrod Yellow #FCFBD1

Tints of Light Goldenrod Yellow #FCFBD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 29.35%

R = 35.39%
G = 35.25%
B = 29.35%

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

#FCFBD1 (or 0xFCFBD1) is known color: Light Goldenrod Yellow. HEX triplet: FC, FB and D1. RGB value is (252,251,209). Sum of RGB (Red+Green+Blue) = 252+251+209=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 251 (98.44% from 255 or 35.25% from 712); Blue value is 209 (82.03% from 255 or 29.35% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBD1 is #03042E. Grayscale: #F6F6F6. Windows color (decimal): -197679 or 13761532. OLE color: 13761532.

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

Color convert

RGB 252 251 209 -
CMYK 0 0.00 0.17 0.01
HSL 58.6º 0.88% 0.9% -
HSV(B) 58.6º 0.17% 0.99% -
XYZ 86.15 94.29 73.98 -
YUV 246.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 252 251 209 0 0.00 0.17 0.01 58.6 0.88 0.9
Hex FC FB D1 0 0 11 1 3B 58 5A
Octal 374 373 321 0 0 21 1 73 130 132
Binary 11111100 11111011 11010001 0 0 10001 1 111011 1011000 1011010

Color Harmonies of #FCFBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBD1

Black with #FCFBD1

Text Example


Text Example

White with #FCFBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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