#FCFEE2

Color #FCFEE2 Light Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Yellow #FCFEE2

Tints of Light Yellow #FCFEE2

Color information

#FCFEE2 (or 0xFCFEE2) is unknown color: approx Light Yellow. HEX triplet: FC, FE and E2. RGB value is (252,254,226). Sum of RGB (Red+Green+Blue) = 252+254+226=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 254 (99.61% from 255 or 34.70% from 732); Blue value is 226 (88.67% from 255 or 30.87% from 732); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEE2 is #03011D. Grayscale: #FAFAFA. Windows color (decimal): -196894 or 14876412. OLE color: 14876412.

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

Color convert

RGB252254226-
CMYK0.0100.110.00
HSL64.29º93.33%94.12%-
HSV(B)64.29º11.02%99.61%-
XYZ89.3197.0785.98-
YUV250.21114.34129.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.43%
GREEN value IS 254 (99.61% from 255) = 34.70%
BLUE value IS 226 (88.67% from 255) = 30.87%
R=34.43%
G=34.70%
B=30.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522542260.0100.110.0064.2993.3394.12
HexFCFEE210B0405d5e
Octal37437634210130100135136
Binary1111110011111110111000101010110100000010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEE2; }

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

 H1.HeaderClassName
 {
   color: #FCFEE2;
 }
 .AnyTagClassName
 {
   color: #FCFEE2;
 }
</style>
background-color css

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

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

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

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

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

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