#F5C2C7

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

Shades of Azalea #F5C2C7

Tints of Azalea #F5C2C7

Color information

#F5C2C7 (or 0xF5C2C7) is unknown color: approx Azalea. HEX triplet: F5, C2 and C7. RGB value is (245,194,199). Sum of RGB (Red+Green+Blue) = 245+194+199=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C2C7 is #0A3D38. Grayscale: #D1D1D1. Windows color (decimal): -671033 or 13091573. OLE color: 13091573.

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

Color convert

RGB245194199-
CMYK00.210.190.04
HSL354.12º71.83%86.08%-
HSV(B)354.12º20.82%96.08%-
XYZ67.2662.1262.48-
YUV209.82121.9153.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.40%
GREEN value IS 194 (76.17% from 255) = 30.41%
BLUE value IS 199 (78.12% from 255) = 31.19%
R=38.40%
G=30.41%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519419900.210.190.04354.1271.8386.08
HexF5C2C70151341624856
Octal365302307025234542110126
Binary1111010111000010110001110101011001110010110001010010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C2C7; }

 p { color: rgb(245,194,199); }

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

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

 a { background-color: rgb(245,194,199); }

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

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

 span { border-color: rgb(245,194,199); }

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