Html Css Color HEX #FCFAD2 Light Goldenrod Yellow

📋 copy color: '#FCFAD2'

red 252 ◦ green 250 ◦ blue 210

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

Shades of Light Goldenrod Yellow #FCFAD2

Tints of Light Goldenrod Yellow #FCFAD2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.11%

 BLUE value IS 210 (82.42% from 255) = 29.49%

R = 35.39%
G = 35.11%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCFAD2 (or 0xFCFAD2) is known color: Light Goldenrod Yellow. HEX triplet: FC, FA and D2. RGB value is (252,250,210). Sum of RGB (Red+Green+Blue) = 252+250+210=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 210 (82.42% from 255 or 29.49% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAD2 is #03052D. Grayscale: #F6F6F6. Windows color (decimal): -197934 or 13826812. OLE color: 13826812.

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

Color convert

RGB 252 250 210 -
CMYK 0 0.01 0.17 0.01
HSL 57.14º 0.88% 0.91% -
HSV(B) 57.14º 0.17% 0.99% -
XYZ 85.96 93.72 74.53 -
YUV 246.04 107.66 132.25 -
System Red Green Blue C M Y K H S L
Decimal 252 250 210 0 0.01 0.17 0.01 57.14 0.88 0.91
Hex FC FA D2 0 1 11 1 39 58 5B
Octal 374 372 322 0 1 21 1 71 130 133
Binary 11111100 11111010 11010010 0 1 10001 1 111001 1011000 1011011

Color Harmonies of #FCFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAD2

Black with #FCFAD2

Text Example


Text Example

White with #FCFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAD2; }

 p { color: rgb(252,250,210); }

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

background-color css

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

 a { background-color: rgb(252,250,210); }

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

border-color css

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

 span { border-color: rgb(252,250,210); }

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