#FCFEE1

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

Shades of Light Yellow #FCFEE1

Tints of Light Yellow #FCFEE1

Color information

#FCFEE1 (or 0xFCFEE1) is unknown color: approx Light Yellow. HEX triplet: FC, FE and E1. RGB value is (252,254,225). Sum of RGB (Red+Green+Blue) = 252+254+225=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 254 (99.61% from 255 or 34.75% from 731); Blue value is 225 (88.28% from 255 or 30.78% from 731); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEE1 is #03011E. Grayscale: #FAFAFA. Windows color (decimal): -196895 or 14810876. OLE color: 14810876.

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

Color convert

RGB252254225-
CMYK0.0100.110.00
HSL64.14º93.55%93.92%-
HSV(B)64.14º11.42%99.61%-
XYZ89.1897.0285.26-
YUV250.1113.84129.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.47%
GREEN value IS 254 (99.61% from 255) = 34.75%
BLUE value IS 225 (88.28% from 255) = 30.78%
R=34.47%
G=34.75%
B=30.78%

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
Decimal2522542250.0100.110.0064.1493.5593.92
HexFCFEE110B0405e5e
Octal37437634110130100136136
Binary1111110011111110111000011010110100000010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEE1; }

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

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

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

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

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

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

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

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