Html Css Color HEX #F4BBC5 Azalea

📋 copy color: '#F4BBC5'

red 244 ◦ green 187 ◦ blue 197

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

Shades of Azalea #F4BBC5

Tints of Azalea #F4BBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.37%

R = 38.85%
G = 29.78%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F4BBC5 (or 0xF4BBC5) is known color: Azalea. HEX triplet: F4, BB and C5. RGB value is (244,187,197). Sum of RGB (Red+Green+Blue) = 244+187+197=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBC5 is #0B443A. Grayscale: #CDCDCD. Windows color (decimal): -738363 or 12958708. OLE color: 12958708.

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

Color convert

RGB 244 187 197 -
CMYK 0 0.23 0.19 0.04
HSL 349.47º 0.72% 0.85% -
HSV(B) 349.47º 0.23% 0.96% -
XYZ 65.16 58.8 60.74 -
YUV 205.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 244 187 197 0 0.23 0.19 0.04 349.47 0.72 0.85
Hex F4 BB C5 0 17 13 4 15D 48 55
Octal 364 273 305 0 27 23 4 535 110 125
Binary 11110100 10111011 11000101 0 10111 10011 100 101011101 1001000 1010101

Color Harmonies of #F4BBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BBC5

Black with #F4BBC5

Text Example


Text Example

White with #F4BBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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