Html Css Color HEX #EFCCCF Pale Rose

📋 copy color: '#EFCCCF'

red 239 ◦ green 204 ◦ blue 207

#EFCCCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Rose #EFCCCF

Tints of Pale Rose #EFCCCF

RGB

 RED value IS 239 (93.75% from 255) = 36.77%

 GREEN value IS 204 (80.08% from 255) = 31.38%

 BLUE value IS 207 (81.25% from 255) = 31.85%

R = 36.77%
G = 31.38%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFCCCF (or 0xEFCCCF) is known color: Pale Rose. HEX triplet: EF, CC and CF. RGB value is (239,204,207). Sum of RGB (Red+Green+Blue) = 239+204+207=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCCF is #103330. Grayscale: #D6D6D6. Windows color (decimal): -1061681 or 13618415. OLE color: 13618415.

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

Color convert

RGB 239 204 207 -
CMYK 0 0.15 0.13 0.06
HSL 354.86º 0.52% 0.87% -
HSV(B) 354.86º 0.15% 0.94% -
XYZ 68.45 66.04 68.17 -
YUV 214.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 239 204 207 0 0.15 0.13 0.06 354.86 0.52 0.87
Hex EF CC CF 0 F D 6 163 34 57
Octal 357 314 317 0 17 15 6 543 64 127
Binary 11101111 11001100 11001111 0 1111 1101 110 101100011 110100 1010111

Color Harmonies of #EFCCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCCF

Black with #EFCCCF

Text Example


Text Example

White with #EFCCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCCF; }

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

 H1.HeaderClassName
 {
   color: #EFCCCF;
 }
 .AnyTagClassName
 {
   color: #EFCCCF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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