#EFCCCE

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

Shades of Pale Rose #EFCCCE

Tints of Pale Rose #EFCCCE

Color information

#EFCCCE (or 0xEFCCCE) is unknown color: approx Pale Rose. HEX triplet: EF, CC and CE. RGB value is (239,204,206). Sum of RGB (Red+Green+Blue) = 239+204+206=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCCE is #103331. Grayscale: #D6D6D6. Windows color (decimal): -1061682 or 13552879. OLE color: 13552879.

HSL color Cylindrical-coordinate representation of color #EFCCCE: hue angle of 356.57º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCCCE is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239204206-
CMYK00.150.140.06
HSL356.57º52.24%86.86%-
HSV(B)356.57º14.64%93.73%-
XYZ68.3365.9967.53-
YUV214.69123.1145.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.83%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 206 (80.86% from 255) = 31.74%
R=36.83%
G=31.43%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920420600.150.140.06356.5752.2486.86
HexEFCCCE0FE61653457
Octal35731431601716654564127
Binary1110111111001100110011100111111101101011001011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCCE; }

 p { color: rgb(239,204,206); }

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

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

 a { background-color: rgb(239,204,206); }

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

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

 span { border-color: rgb(239,204,206); }

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