#F4BBC5

Color #F4BBC5 Azalea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azalea #F4BBC5

Tints of Azalea #F4BBC5

Color information

#F4BBC5 (or 0xF4BBC5) is unknown color: approx 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

RGB244187197-
CMYK00.230.190.04
HSL349.47º72.15%84.51%-
HSV(B)349.47º23.36%95.69%-
XYZ65.1658.860.74-
YUV205.18123.38155.69-

RGB Variations

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

RGB

RED value IS 244 (95.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418719700.230.190.04349.4772.1584.51
HexF4BBC501713415d4855
Octal364273305027234535110125
Binary1111010010111011110001010101111001110010101110110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>