Html Css Color HEX #FCFED3 Light Goldenrod Yellow

📋 copy color: '#FCFED3'

red 252 ◦ green 254 ◦ blue 211

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

Shades of Light Goldenrod Yellow #FCFED3

Tints of Light Goldenrod Yellow #FCFED3

RGB

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

 GREEN value IS 254 (99.61% from 255) = 35.43%

 BLUE value IS 211 (82.81% from 255) = 29.43%

R = 35.15%
G = 35.43%
B = 29.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FCFED3 (or 0xFCFED3) is known color: Light Goldenrod Yellow. HEX triplet: FC, FE and D3. RGB value is (252,254,211). Sum of RGB (Red+Green+Blue) = 252+254+211=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 211 (82.81% from 255 or 29.43% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFED3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFED3 is #03012C. Grayscale: #F8F8F8. Windows color (decimal): -196909 or 13893372. OLE color: 13893372.

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

Color convert

RGB 252 254 211 -
CMYK 0.01 0 0.17 0.00
HSL 62.79º 0.96% 0.91% -
HSV(B) 62.79º 0.17% 1% -
XYZ 87.34 96.28 75.61 -
YUV 248.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 252 254 211 0.01 0 0.17 0.00 62.79 0.96 0.91
Hex FC FE D3 1 0 11 0 3F 60 5B
Octal 374 376 323 1 0 21 0 77 140 133
Binary 11111100 11111110 11010011 1 0 10001 0 111111 1100000 1011011

Color Harmonies of #FCFED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFED3

Black with #FCFED3

Text Example


Text Example

White with #FCFED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFED3; }

 p { color: rgb(252,254,211); }

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

background-color css

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

 a { background-color: rgb(252,254,211); }

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

border-color css

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

 span { border-color: rgb(252,254,211); }

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