Html Css Color HEX #F0BABB Azalea

📋 copy color: '#F0BABB'

red 240 ◦ green 186 ◦ blue 187

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

Shades of Azalea #F0BABB

Tints of Azalea #F0BABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.51%

R = 39.15%
G = 30.34%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0BABB (or 0xF0BABB) is known color: Azalea. HEX triplet: F0, BA and BB. RGB value is (240,186,187). Sum of RGB (Red+Green+Blue) = 240+186+187=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BABB is #0F4544. Grayscale: #CACACA. Windows color (decimal): -1000773 or 12303088. OLE color: 12303088.

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

Color convert

RGB 240 186 187 -
CMYK 0 0.22 0.22 0.06
HSL 358.89º 0.64% 0.84% -
HSV(B) 358.89º 0.23% 0.94% -
XYZ 62.46 57.23 54.77 -
YUV 202.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 240 186 187 0 0.22 0.22 0.06 358.89 0.64 0.84
Hex F0 BA BB 0 16 16 6 167 40 54
Octal 360 272 273 0 26 26 6 547 100 124
Binary 11110000 10111010 10111011 0 10110 10110 110 101100111 1000000 1010100

Color Harmonies of #F0BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BABB

Black with #F0BABB

Text Example


Text Example

White with #F0BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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