Html Css Color HEX #EFBAD4 Classic Rose

📋 copy color: '#EFBAD4'

red 239 ◦ green 186 ◦ blue 212

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

Shades of Classic Rose #EFBAD4

Tints of Classic Rose #EFBAD4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.2%

 BLUE value IS 212 (83.2% from 255) = 33.28%

R = 37.52%
G = 29.2%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFBAD4 (or 0xEFBAD4) is known color: Classic Rose. HEX triplet: EF, BA and D4. RGB value is (239,186,212). Sum of RGB (Red+Green+Blue) = 239+186+212=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAD4 is #10452B. Grayscale: #CCCCCC. Windows color (decimal): -1066284 or 13941487. OLE color: 13941487.

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

Color convert

RGB 239 186 212 -
CMYK 0 0.22 0.11 0.06
HSL 330.57º 0.62% 0.83% -
HSV(B) 330.57º 0.22% 0.94% -
XYZ 65.04 58.22 70.1 -
YUV 204.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 239 186 212 0 0.22 0.11 0.06 330.57 0.62 0.83
Hex EF BA D4 0 16 B 6 14B 3E 53
Octal 357 272 324 0 26 13 6 513 76 123
Binary 11101111 10111010 11010100 0 10110 1011 110 101001011 111110 1010011

Color Harmonies of #EFBAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAD4

Black with #EFBAD4

Text Example


Text Example

White with #EFBAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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