Html Css Color HEX #F4BABB Azalea

📋 copy color: '#F4BABB'

red 244 ◦ green 186 ◦ blue 187

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

Shades of Azalea #F4BABB

Tints of Azalea #F4BABB

RGB

 RED value IS 244 (95.7% from 255) = 39.55%

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

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

R = 39.55%
G = 30.15%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F4BABB (or 0xF4BABB) is known color: Azalea. HEX triplet: F4, BA and BB. RGB value is (244,186,187). Sum of RGB (Red+Green+Blue) = 244+186+187=617 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.55% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BABB is #0B4544. Grayscale: #CBCBCB. Windows color (decimal): -738629 or 12303092. OLE color: 12303092.

HSL color Cylindrical-coordinate representation of color #F4BABB: hue angle of 358.97º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BABB is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 186 187 -
CMYK 0 0.24 0.23 0.04
HSL 358.97º 0.73% 0.84% -
HSV(B) 358.97º 0.24% 0.96% -
XYZ 63.84 57.94 54.83 -
YUV 203.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 244 186 187 0 0.24 0.23 0.04 358.97 0.73 0.84
Hex F4 BA BB 0 18 17 4 167 48 54
Octal 364 272 273 0 30 27 4 547 110 124
Binary 11110100 10111010 10111011 0 11000 10111 100 101100111 1001000 1010100

Color Harmonies of #F4BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BABB

Black with #F4BABB

Text Example


Text Example

White with #F4BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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