#EFBBD4

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

Shades of Classic Rose #EFBBD4

Tints of Classic Rose #EFBBD4

Color information

#EFBBD4 (or 0xEFBBD4) is unknown color: approx Classic Rose. HEX triplet: EF, BB and D4. RGB value is (239,187,212). Sum of RGB (Red+Green+Blue) = 239+187+212=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBD4 is #10442B. Grayscale: #CDCDCD. Windows color (decimal): -1066028 or 13941743. OLE color: 13941743.

HSL color Cylindrical-coordinate representation of color #EFBBD4: hue angle of 331.15º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBBD4 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB239187212-
CMYK00.220.110.06
HSL331.15º61.9%83.53%-
HSV(B)331.15º21.76%93.73%-
XYZ65.2558.6470.17-
YUV205.4131.73151.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 187 (73.44% from 255) = 29.31%
BLUE value IS 212 (83.20% from 255) = 33.23%
R=37.46%
G=29.31%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918721200.220.110.06331.1561.983.53
HexEFBBD4016B614b3e54
Octal35727332402613651376124
Binary11101111101110111101010001011010111101010010111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBD4; }

 p { color: rgb(239,187,212); }

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

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

 a { background-color: rgb(239,187,212); }

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

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

 span { border-color: rgb(239,187,212); }

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