Html Css Color HEX #F4BBBE Azalea

📋 copy color: '#F4BBBE'

red 244 ◦ green 187 ◦ blue 190

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

Shades of Azalea #F4BBBE

Tints of Azalea #F4BBBE

RGB

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

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

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

R = 39.29%
G = 30.11%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F4BBBE (or 0xF4BBBE) is known color: Azalea. HEX triplet: F4, BB and BE. RGB value is (244,187,190). Sum of RGB (Red+Green+Blue) = 244+187+190=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBBE is #0B4441. Grayscale: #CCCCCC. Windows color (decimal): -738370 or 12499956. OLE color: 12499956.

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

Color convert

RGB 244 187 190 -
CMYK 0 0.23 0.22 0.04
HSL 356.84º 0.72% 0.85% -
HSV(B) 356.84º 0.23% 0.96% -
XYZ 64.37 58.49 56.61 -
YUV 204.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 244 187 190 0 0.23 0.22 0.04 356.84 0.72 0.85
Hex F4 BB BE 0 17 16 4 165 48 55
Octal 364 273 276 0 27 26 4 545 110 125
Binary 11110100 10111011 10111110 0 10111 10110 100 101100101 1001000 1010101

Color Harmonies of #F4BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BBBE

Black with #F4BBBE

Text Example


Text Example

White with #F4BBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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