#EBAFBA

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

Shades of Blossom #EBAFBA

Tints of Blossom #EBAFBA

Color information

#EBAFBA (or 0xEBAFBA) is unknown color: approx Blossom. HEX triplet: EB, AF and BA. RGB value is (235,175,186). Sum of RGB (Red+Green+Blue) = 235+175+186=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFBA is #145045. Grayscale: #C2C2C2. Windows color (decimal): -1331270 or 12234731. OLE color: 12234731.

HSL color Cylindrical-coordinate representation of color #EBAFBA: hue angle of 349º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAFBA is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235175186-
CMYK00.260.210.08
HSL349º60%80.39%-
HSV(B)349º25.53%92.16%-
XYZ58.4551.8753.38-
YUV194.19123.38157.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 186 (73.05% from 255) = 31.21%
R=39.43%
G=29.36%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517518600.260.210.083496080.39
HexEBAFBA01A15815d3c50
Octal353257272032251053574120
Binary1110101110101111101110100110101010110001010111011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFBA; }

 p { color: rgb(235,175,186); }

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

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

 a { background-color: rgb(235,175,186); }

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

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

 span { border-color: rgb(235,175,186); }

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