#FCFFE2

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

Shades of Light Yellow #FCFFE2

Tints of Light Yellow #FCFFE2

Color information

#FCFFE2 (or 0xFCFFE2) is unknown color: approx Light Yellow. HEX triplet: FC, FF and E2. RGB value is (252,255,226). Sum of RGB (Red+Green+Blue) = 252+255+226=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 255 (100% from 255 or 34.79% from 733); Blue value is 226 (88.67% from 255 or 30.83% from 733); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFE2 is #03001D. Grayscale: #FAFAFA. Windows color (decimal): -196638 or 14876668. OLE color: 14876668.

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

Color convert

RGB252255226-
CMYK0.0100.110
HSL66.21º100%94.31%-
HSV(B)66.21º11.37%100%-
XYZ89.6397.7186.09-
YUV250.8114.01128.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.38%
GREEN value IS 255 (100% from 255) = 34.79%
BLUE value IS 226 (88.67% from 255) = 30.83%
R=34.38%
G=34.79%
B=30.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522552260.0100.11066.2110094.31
HexFCFFE210B042645e
Octal37437734210130102144136
Binary1111110011111111111000101010110100001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFE2; }

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

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

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

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

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

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

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

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