Html Css Color HEX #F0BBBF Azalea

📋 copy color: '#F0BBBF'

red 240 ◦ green 187 ◦ blue 191

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

Shades of Azalea #F0BBBF

Tints of Azalea #F0BBBF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.26%

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

R = 38.83%
G = 30.26%
B = 30.91%

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

#F0BBBF (or 0xF0BBBF) is known color: Azalea. HEX triplet: F0, BB and BF. RGB value is (240,187,191). Sum of RGB (Red+Green+Blue) = 240+187+191=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBBF is #0F4440. Grayscale: #CBCBCB. Windows color (decimal): -1000513 or 12565488. OLE color: 12565488.

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

Color convert

RGB 240 187 191 -
CMYK 0 0.22 0.20 0.06
HSL 355.47º 0.64% 0.84% -
HSV(B) 355.47º 0.22% 0.94% -
XYZ 63.11 57.83 57.13 -
YUV 203.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 240 187 191 0 0.22 0.20 0.06 355.47 0.64 0.84
Hex F0 BB BF 0 16 14 6 163 40 54
Octal 360 273 277 0 26 24 6 543 100 124
Binary 11110000 10111011 10111111 0 10110 10100 110 101100011 1000000 1010100

Color Harmonies of #F0BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBBF

Black with #F0BBBF

Text Example


Text Example

White with #F0BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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