Html Css Color HEX #F4BBBC Azalea

📋 copy color: '#F4BBBC'

red 244 ◦ green 187 ◦ blue 188

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

Shades of Azalea #F4BBBC

Tints of Azalea #F4BBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.37%

R = 39.42%
G = 30.21%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F4BBBC (or 0xF4BBBC) is known color: Azalea. HEX triplet: F4, BB and BC. RGB value is (244,187,188). Sum of RGB (Red+Green+Blue) = 244+187+188=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBBC is #0B4443. Grayscale: #CCCCCC. Windows color (decimal): -738372 or 12368884. OLE color: 12368884.

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

Color convert

RGB 244 187 188 -
CMYK 0 0.23 0.23 0.04
HSL 358.95º 0.72% 0.85% -
HSV(B) 358.95º 0.23% 0.96% -
XYZ 64.16 58.4 55.47 -
YUV 204.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 244 187 188 0 0.23 0.23 0.04 358.95 0.72 0.85
Hex F4 BB BC 0 17 17 4 167 48 55
Octal 364 273 274 0 27 27 4 547 110 125
Binary 11110100 10111011 10111100 0 10111 10111 100 101100111 1001000 1010101

Color Harmonies of #F4BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BBBC

Black with #F4BBBC

Text Example


Text Example

White with #F4BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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