#F6C8CD

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

Shades of Azalea #F6C8CD

Tints of Azalea #F6C8CD

Color information

#F6C8CD (or 0xF6C8CD) is unknown color: approx Azalea. HEX triplet: F6, C8 and CD. RGB value is (246,200,205). Sum of RGB (Red+Green+Blue) = 246+200+205=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C8CD is #093732. Grayscale: #D6D6D6. Windows color (decimal): -603955 or 13486326. OLE color: 13486326.

HSL color Cylindrical-coordinate representation of color #F6C8CD: hue angle of 353.48º degrees, saturation: 0.72, 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 #F6C8CD is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246200205-
CMYK00.190.170.04
HSL353.48º71.88%87.45%-
HSV(B)353.48º18.7%96.47%-
XYZ69.6865.3166.69-
YUV214.32122.74150.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.79%
GREEN value IS 200 (78.52% from 255) = 30.72%
BLUE value IS 205 (80.47% from 255) = 31.49%
R=37.79%
G=30.72%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620020500.190.170.04353.4871.8887.45
HexF6C8CD0131141614857
Octal366310315023214541110127
Binary1111011011001000110011010100111000110010110000110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C8CD; }

 p { color: rgb(246,200,205); }

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

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

 a { background-color: rgb(246,200,205); }

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

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

 span { border-color: rgb(246,200,205); }

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