Html Css Color HEX #FCFFCE Light Goldenrod Yellow

📋 copy color: '#FCFFCE'

red 252 ◦ green 255 ◦ blue 206

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

Shades of Light Goldenrod Yellow #FCFFCE

Tints of Light Goldenrod Yellow #FCFFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 28.89%

R = 35.34%
G = 35.76%
B = 28.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FCFFCE (or 0xFCFFCE) is known color: Light Goldenrod Yellow. HEX triplet: FC, FF and CE. RGB value is (252,255,206). Sum of RGB (Red+Green+Blue) = 252+255+206=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 206 (80.86% from 255 or 28.89% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFCE is #030031. Grayscale: #F8F8F8. Windows color (decimal): -196658 or 13565948. OLE color: 13565948.

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

Color convert

RGB 252 255 206 -
CMYK 0.01 0 0.19 0
HSL 63.67º 1% 0.9% -
HSV(B) 63.67º 0.19% 1% -
XYZ 87.05 96.67 72.46 -
YUV 248.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 252 255 206 0.01 0 0.19 0 63.67 1 0.9
Hex FC FF CE 1 0 13 0 40 64 5A
Octal 374 377 316 1 0 23 0 100 144 132
Binary 11111100 11111111 11001110 1 0 10011 0 1000000 1100100 1011010

Color Harmonies of #FCFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFCE

Black with #FCFFCE

Text Example


Text Example

White with #FCFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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