Html Css Color HEX #FCFFD4 Light Goldenrod Yellow

📋 copy color: '#FCFFD4'

red 252 ◦ green 255 ◦ blue 212

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

Shades of Light Goldenrod Yellow #FCFFD4

Tints of Light Goldenrod Yellow #FCFFD4

RGB

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

 GREEN value IS 255 (100% from 255) = 35.47%

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

R = 35.05%
G = 35.47%
B = 29.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FCFFD4 (or 0xFCFFD4) is known color: Light Goldenrod Yellow. HEX triplet: FC, FF and D4. RGB value is (252,255,212). Sum of RGB (Red+Green+Blue) = 252+255+212=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 212 (83.20% from 255 or 29.49% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFD4 is #03002B. Grayscale: #F9F9F9. Windows color (decimal): -196652 or 13959164. OLE color: 13959164.

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

Color convert

RGB 252 255 212 -
CMYK 0.01 0 0.17 0
HSL 64.19º 1% 0.92% -
HSV(B) 64.19º 0.17% 1% -
XYZ 87.79 96.97 76.38 -
YUV 249.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 252 255 212 0.01 0 0.17 0 64.19 1 0.92
Hex FC FF D4 1 0 11 0 40 64 5C
Octal 374 377 324 1 0 21 0 100 144 134
Binary 11111100 11111111 11010100 1 0 10001 0 1000000 1100100 1011100

Color Harmonies of #FCFFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFD4

Black with #FCFFD4

Text Example


Text Example

White with #FCFFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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