Html Css Color HEX #F0BABF Azalea

📋 copy color: '#F0BABF'

red 240 ◦ green 186 ◦ blue 191

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

Shades of Azalea #F0BABF

Tints of Azalea #F0BABF

RGB

 RED value IS 240 (94.14% from 255) = 38.9%

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

 BLUE value IS 191 (75% from 255) = 30.96%

R = 38.9%
G = 30.15%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0BABF (or 0xF0BABF) is known color: Azalea. HEX triplet: F0, BA and BF. RGB value is (240,186,191). Sum of RGB (Red+Green+Blue) = 240+186+191=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BABF is #0F4540. Grayscale: #CACACA. Windows color (decimal): -1000769 or 12565232. OLE color: 12565232.

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

Color convert

RGB 240 186 191 -
CMYK 0 0.22 0.20 0.06
HSL 354.44º 0.64% 0.84% -
HSV(B) 354.44º 0.23% 0.94% -
XYZ 62.9 57.4 57.06 -
YUV 202.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 240 186 191 0 0.22 0.20 0.06 354.44 0.64 0.84
Hex F0 BA BF 0 16 14 6 162 40 54
Octal 360 272 277 0 26 24 6 542 100 124
Binary 11110000 10111010 10111111 0 10110 10100 110 101100010 1000000 1010100

Color Harmonies of #F0BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BABF

Black with #F0BABF

Text Example


Text Example

White with #F0BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BABF; }

 p { color: rgb(240,186,191); }

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

background-color css

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

 a { background-color: rgb(240,186,191); }

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

border-color css

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

 span { border-color: rgb(240,186,191); }

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