#FCE0E3

Color #FCE0E3 Pale Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Pink #FCE0E3

Tints of Pale Pink #FCE0E3

Color information

#FCE0E3 (or 0xFCE0E3) is unknown color: approx Pale Pink. HEX triplet: FC, E0 and E3. RGB value is (252,224,227). Sum of RGB (Red+Green+Blue) = 252+224+227=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 224 (87.89% from 255 or 31.86% from 703); Blue value is 227 (89.06% from 255 or 32.29% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0E3 is #031F1C. Grayscale: #E8E8E8. Windows color (decimal): -204573 or 14934268. OLE color: 14934268.

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

Color convert

RGB252224227-
CMYK00.110.100.01
HSL353.57º82.35%93.33%-
HSV(B)353.57º11.11%98.82%-
XYZ80.6779.5583.78-
YUV232.71124.78141.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.85%
GREEN value IS 224 (87.89% from 255) = 31.86%
BLUE value IS 227 (89.06% from 255) = 32.29%
R=35.85%
G=31.86%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222422700.110.100.01353.5782.3593.33
HexFCE0E30BA1162525d
Octal374340343013121542122135
Binary111111001110000011100011010111010110110001010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0E3; }

 p { color: rgb(252,224,227); }

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

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

 a { background-color: rgb(252,224,227); }

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

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

 span { border-color: rgb(252,224,227); }

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