#F2BCC5

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

Shades of Azalea #F2BCC5

Tints of Azalea #F2BCC5

Color information

#F2BCC5 (or 0xF2BCC5) is unknown color: approx Azalea. HEX triplet: F2, BC and C5. RGB value is (242,188,197). Sum of RGB (Red+Green+Blue) = 242+188+197=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCC5 is #0D433A. Grayscale: #CDCDCD. Windows color (decimal): -869179 or 12958962. OLE color: 12958962.

HSL color Cylindrical-coordinate representation of color #F2BCC5: hue angle of 350º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BCC5 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB242188197-
CMYK00.220.190.05
HSL350º67.5%84.31%-
HSV(B)350º22.31%94.9%-
XYZ64.6858.8760.78-
YUV205.17123.39154.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 188 (73.83% from 255) = 29.98%
BLUE value IS 197 (77.34% from 255) = 31.42%
R=38.60%
G=29.98%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218819700.220.190.0535067.584.31
HexF2BCC501613515e4454
Octal362274305026235536104124
Binary1111001010111100110001010101101001110110101111010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BCC5; }

 p { color: rgb(242,188,197); }

 H1.HeaderClassName
 {
   color: #F2BCC5;
 }
 .AnyTagClassName
 {
   color: #F2BCC5;
 }
</style>
background-color css

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

 a { background-color: rgb(242,188,197); }

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

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

 span { border-color: rgb(242,188,197); }

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