Html Css Color HEX #F0B9BF Azalea

📋 copy color: '#F0B9BF'

red 240 ◦ green 185 ◦ blue 191

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

Shades of Azalea #F0B9BF

Tints of Azalea #F0B9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.03%

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

R = 38.96%
G = 30.03%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0B9BF (or 0xF0B9BF) is known color: Azalea. HEX triplet: F0, B9 and BF. RGB value is (240,185,191). Sum of RGB (Red+Green+Blue) = 240+185+191=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9BF is #0F4640. Grayscale: #CACACA. Windows color (decimal): -1001025 or 12564976. OLE color: 12564976.

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

Color convert

RGB 240 185 191 -
CMYK 0 0.23 0.20 0.06
HSL 353.45º 0.65% 0.83% -
HSV(B) 353.45º 0.23% 0.94% -
XYZ 62.69 56.98 56.99 -
YUV 202.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 240 185 191 0 0.23 0.20 0.06 353.45 0.65 0.83
Hex F0 B9 BF 0 17 14 6 161 41 53
Octal 360 271 277 0 27 24 6 541 101 123
Binary 11110000 10111001 10111111 0 10111 10100 110 101100001 1000001 1010011

Color Harmonies of #F0B9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B9BF

Black with #F0B9BF

Text Example


Text Example

White with #F0B9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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