Html Css Color HEX #F0BBBE Azalea

📋 copy color: '#F0BBBE'

red 240 ◦ green 187 ◦ blue 190

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

Shades of Azalea #F0BBBE

Tints of Azalea #F0BBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.79%

R = 38.9%
G = 30.31%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0BBBE (or 0xF0BBBE) is known color: Azalea. HEX triplet: F0, BB and BE. RGB value is (240,187,190). Sum of RGB (Red+Green+Blue) = 240+187+190=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBBE is #0F4441. Grayscale: #CBCBCB. Windows color (decimal): -1000514 or 12499952. OLE color: 12499952.

HSL color Cylindrical-coordinate representation of color #F0BBBE: hue angle of 356.6º 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 #F0BBBE is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 187 190 -
CMYK 0 0.22 0.21 0.06
HSL 356.6º 0.64% 0.84% -
HSV(B) 356.6º 0.22% 0.94% -
XYZ 63 57.78 56.55 -
YUV 203.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 240 187 190 0 0.22 0.21 0.06 356.6 0.64 0.84
Hex F0 BB BE 0 16 15 6 165 40 54
Octal 360 273 276 0 26 25 6 545 100 124
Binary 11110000 10111011 10111110 0 10110 10101 110 101100101 1000000 1010100

Color Harmonies of #F0BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBBE

Black with #F0BBBE

Text Example


Text Example

White with #F0BBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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