#F8BABE

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

Shades of Azalea #F8BABE

Tints of Azalea #F8BABE

Color information

#F8BABE (or 0xF8BABE) is unknown color: approx Azalea. HEX triplet: F8, BA and BE. RGB value is (248,186,190). Sum of RGB (Red+Green+Blue) = 248+186+190=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BABE is #074541. Grayscale: #CDCDCD. Windows color (decimal): -476482 or 12499704. OLE color: 12499704.

HSL color Cylindrical-coordinate representation of color #F8BABE: hue angle of 356.13º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BABE is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248186190-
CMYK00.250.230.03
HSL356.13º81.58%85.1%-
HSV(B)356.13º25%97.25%-
XYZ65.5658.7956.61-
YUV204.99119.54158.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.74%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=39.74%
G=29.81%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818619000.250.230.03356.1381.5885.1
HexF8BABE0191731645255
Octal370272276031273544122125
Binary111110001011101010111110011001101111110110010010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BABE; }

 p { color: rgb(248,186,190); }

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

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

 a { background-color: rgb(248,186,190); }

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

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

 span { border-color: rgb(248,186,190); }

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