#EFCECF

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

Shades of Pale Rose #EFCECF

Tints of Pale Rose #EFCECF

Color information

#EFCECF (or 0xEFCECF) is unknown color: approx Pale Rose. HEX triplet: EF, CE and CF. RGB value is (239,206,207). Sum of RGB (Red+Green+Blue) = 239+206+207=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCECF is #103130. Grayscale: #D8D8D8. Windows color (decimal): -1061169 or 13618927. OLE color: 13618927.

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

Color convert

RGB239206207-
CMYK00.140.130.06
HSL358.18º50.77%87.25%-
HSV(B)358.18º13.81%93.73%-
XYZ68.936768.33-
YUV215.98122.93144.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 207 (81.25% from 255) = 31.75%
R=36.66%
G=31.60%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920620700.140.130.06358.1850.7787.25
HexEFCECF0ED61663357
Octal35731631701615654663127
Binary1110111111001110110011110111011011101011001101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCECF; }

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

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

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

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

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

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

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

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