Html Css Color HEX #FCFECB Light Goldenrod Yellow

📋 copy color: '#FCFECB'

red 252 ◦ green 254 ◦ blue 203

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

Shades of Light Goldenrod Yellow #FCFECB

Tints of Light Goldenrod Yellow #FCFECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 28.63%

R = 35.54%
G = 35.83%
B = 28.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FCFECB (or 0xFCFECB) is known color: Light Goldenrod Yellow. HEX triplet: FC, FE and CB. RGB value is (252,254,203). Sum of RGB (Red+Green+Blue) = 252+254+203=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 203 (79.69% from 255 or 28.63% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFECB is #030134. Grayscale: #F7F7F7. Windows color (decimal): -196917 or 13369084. OLE color: 13369084.

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

Color convert

RGB 252 254 203 -
CMYK 0.01 0 0.20 0.00
HSL 62.35º 0.96% 0.9% -
HSV(B) 62.35º 0.2% 1% -
XYZ 86.37 95.89 70.46 -
YUV 247.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 252 254 203 0.01 0 0.20 0.00 62.35 0.96 0.9
Hex FC FE CB 1 0 14 0 3E 60 5A
Octal 374 376 313 1 0 24 0 76 140 132
Binary 11111100 11111110 11001011 1 0 10100 0 111110 1100000 1011010

Color Harmonies of #FCFECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFECB

Black with #FCFECB

Text Example


Text Example

White with #FCFECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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