Html Css Color HEX #F0B5BA Azalea

📋 copy color: '#F0B5BA'

red 240 ◦ green 181 ◦ blue 186

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

Shades of Azalea #F0B5BA

Tints of Azalea #F0B5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.82%

 BLUE value IS 186 (73.05% from 255) = 30.64%

R = 39.54%
G = 29.82%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0B5BA (or 0xF0B5BA) is known color: Azalea. HEX triplet: F0, B5 and BA. RGB value is (240,181,186). Sum of RGB (Red+Green+Blue) = 240+181+186=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B5BA is #0F4A45. Grayscale: #C7C7C7. Windows color (decimal): -1002054 or 12236272. OLE color: 12236272.

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

Color convert

RGB 240 181 186 -
CMYK 0 0.25 0.22 0.06
HSL 354.92º 0.66% 0.83% -
HSV(B) 354.92º 0.25% 0.94% -
XYZ 61.32 55.12 53.86 -
YUV 199.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 240 181 186 0 0.25 0.22 0.06 354.92 0.66 0.83
Hex F0 B5 BA 0 19 16 6 163 42 53
Octal 360 265 272 0 31 26 6 543 102 123
Binary 11110000 10110101 10111010 0 11001 10110 110 101100011 1000010 1010011

Color Harmonies of #F0B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B5BA

Black with #F0B5BA

Text Example


Text Example

White with #F0B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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