#F6CACD

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

Shades of Azalea #F6CACD

Tints of Azalea #F6CACD

Color information

#F6CACD (or 0xF6CACD) is unknown color: approx Azalea. HEX triplet: F6, CA and CD. RGB value is (246,202,205). Sum of RGB (Red+Green+Blue) = 246+202+205=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CACD is #093532. Grayscale: #D7D7D7. Windows color (decimal): -603443 or 13486838. OLE color: 13486838.

HSL color Cylindrical-coordinate representation of color #F6CACD: hue angle of 355.91º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6CACD is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246202205-
CMYK00.180.170.04
HSL355.91º70.97%87.84%-
HSV(B)355.91º17.89%96.47%-
XYZ70.1566.2466.85-
YUV215.5122.08149.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.67%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 205 (80.47% from 255) = 31.39%
R=37.67%
G=30.93%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620220500.180.170.04355.9170.9787.84
HexF6CACD0121141644758
Octal366312315022214544107130
Binary1111011011001010110011010100101000110010110010010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CACD; }

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

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

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

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

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

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

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

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