Html Css Color HEX #FCFAD4 Light Goldenrod Yellow

📋 copy color: '#FCFAD4'

red 252 ◦ green 250 ◦ blue 212

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

Shades of Light Goldenrod Yellow #FCFAD4

Tints of Light Goldenrod Yellow #FCFAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 29.69%

R = 35.29%
G = 35.01%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCFAD4 (or 0xFCFAD4) is known color: Light Goldenrod Yellow. HEX triplet: FC, FA and D4. RGB value is (252,250,212). Sum of RGB (Red+Green+Blue) = 252+250+212=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 212 (83.20% from 255 or 29.69% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAD4 is #03052B. Grayscale: #F6F6F6. Windows color (decimal): -197932 or 13957884. OLE color: 13957884.

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

Color convert

RGB 252 250 212 -
CMYK 0 0.01 0.16 0.01
HSL 57º 0.87% 0.91% -
HSV(B) 57º 0.16% 0.99% -
XYZ 86.21 93.82 75.85 -
YUV 246.27 108.66 132.09 -
System Red Green Blue C M Y K H S L
Decimal 252 250 212 0 0.01 0.16 0.01 57 0.87 0.91
Hex FC FA D4 0 1 10 1 39 57 5B
Octal 374 372 324 0 1 20 1 71 127 133
Binary 11111100 11111010 11010100 0 1 10000 1 111001 1010111 1011011

Color Harmonies of #FCFAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAD4

Black with #FCFAD4

Text Example


Text Example

White with #FCFAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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