#EFCBCF

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

Shades of Pale Rose #EFCBCF

Tints of Pale Rose #EFCBCF

Color information

#EFCBCF (or 0xEFCBCF) is unknown color: approx Pale Rose. HEX triplet: EF, CB and CF. RGB value is (239,203,207). Sum of RGB (Red+Green+Blue) = 239+203+207=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBCF is #103430. Grayscale: #D6D6D6. Windows color (decimal): -1061937 or 13618159. OLE color: 13618159.

HSL color Cylindrical-coordinate representation of color #EFCBCF: hue angle of 353.33º degrees, saturation: 0.53, 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 #EFCBCF is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239203207-
CMYK00.150.130.06
HSL353.33º52.94%86.67%-
HSV(B)353.33º15.06%93.73%-
XYZ68.2265.5768.09-
YUV214.22123.93145.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.83%
GREEN value IS 203 (79.69% from 255) = 31.28%
BLUE value IS 207 (81.25% from 255) = 31.90%
R=36.83%
G=31.28%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920320700.150.130.06353.3352.9486.67
HexEFCBCF0FD61613557
Octal35731331701715654165127
Binary1110111111001011110011110111111011101011000011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBCF; }

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

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

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

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

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

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

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

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