#F2C6CB

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

Shades of Azalea #F2C6CB

Tints of Azalea #F2C6CB

Color information

#F2C6CB (or 0xF2C6CB) is unknown color: approx Azalea. HEX triplet: F2, C6 and CB. RGB value is (242,198,203). Sum of RGB (Red+Green+Blue) = 242+198+203=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 198 (77.73% from 255 or 30.79% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C6CB is #0D3934. Grayscale: #D3D3D3. Windows color (decimal): -866613 or 13354738. OLE color: 13354738.

HSL color Cylindrical-coordinate representation of color #F2C6CB: hue angle of 353.18º 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 #F2C6CB is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242198203-
CMYK00.180.160.05
HSL353.18º62.86%86.27%-
HSV(B)353.18º18.18%94.9%-
XYZ67.5963.5865.21-
YUV211.73123.08149.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.64%
GREEN value IS 198 (77.73% from 255) = 30.79%
BLUE value IS 203 (79.69% from 255) = 31.57%
R=37.64%
G=30.79%
B=31.57%

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
Decimal24219820300.180.160.05353.1862.8686.27
HexF2C6CB0121051613f56
Octal36230631302220554177126
Binary111100101100011011001011010010100001011011000011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C6CB; }

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

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

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

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

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

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

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

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