#F4C6CC

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

Shades of Azalea #F4C6CC

Tints of Azalea #F4C6CC

Color information

#F4C6CC (or 0xF4C6CC) is unknown color: approx Azalea. HEX triplet: F4, C6 and CC. RGB value is (244,198,204). Sum of RGB (Red+Green+Blue) = 244+198+204=646 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.77% from 646); Green value is 198 (77.73% from 255 or 30.65% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C6CC is #0B3933. Grayscale: #D4D4D4. Windows color (decimal): -735540 or 13420276. OLE color: 13420276.

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

Color convert

RGB244198204-
CMYK00.190.160.04
HSL352.17º67.65%86.67%-
HSV(B)352.17º18.85%95.69%-
XYZ68.463.9865.87-
YUV212.44123.24150.51-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.77%
GREEN value IS 198 (77.73% from 255) = 30.65%
BLUE value IS 204 (80.08% from 255) = 31.58%
R=37.77%
G=30.65%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419820400.190.160.04352.1767.6586.67
HexF4C6CC0131041604457
Octal364306314023204540104127
Binary1111010011000110110011000100111000010010110000010001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C6CC; }

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

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

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

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

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

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

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

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