#F2C6CC

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

Shades of Azalea #F2C6CC

Tints of Azalea #F2C6CC

Color information

#F2C6CC (or 0xF2C6CC) is unknown color: approx Azalea. HEX triplet: F2, C6 and CC. RGB value is (242,198,204). Sum of RGB (Red+Green+Blue) = 242+198+204=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C6CC is #0D3933. Grayscale: #D3D3D3. Windows color (decimal): -866612 or 13420274. OLE color: 13420274.

HSL color Cylindrical-coordinate representation of color #F2C6CC: hue angle of 351.82º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2C6CC is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242198204-
CMYK00.180.160.05
HSL351.82º62.86%86.27%-
HSV(B)351.82º18.18%94.9%-
XYZ67.7163.6365.84-
YUV211.84123.58149.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.58%
GREEN value IS 198 (77.73% from 255) = 30.75%
BLUE value IS 204 (80.08% from 255) = 31.68%
R=37.58%
G=30.75%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219820400.180.160.05351.8262.8686.27
HexF2C6CC0121051603f56
Octal36230631402220554077126
Binary111100101100011011001100010010100001011011000001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C6CC; }

 p { color: rgb(242,198,204); }

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

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

 a { background-color: rgb(242,198,204); }

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

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

 span { border-color: rgb(242,198,204); }

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