#FDC6C9

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

Shades of Azalea #FDC6C9

Tints of Azalea #FDC6C9

Color information

#FDC6C9 (or 0xFDC6C9) is unknown color: approx Azalea. HEX triplet: FD, C6 and C9. RGB value is (253,198,201). Sum of RGB (Red+Green+Blue) = 253+198+201=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 201 (78.91% from 255 or 30.83% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6C9 is #023936. Grayscale: #D6D6D6. Windows color (decimal): -145719 or 13223677. OLE color: 13223677.

HSL color Cylindrical-coordinate representation of color #FDC6C9: hue angle of 356.73º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC6C9 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB253198201-
CMYK00.220.210.01
HSL356.73º93.22%88.43%-
HSV(B)356.73º21.74%99.22%-
XYZ71.2465.4964.14-
YUV214.79120.22155.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 198 (77.73% from 255) = 30.37%
BLUE value IS 201 (78.91% from 255) = 30.83%
R=38.80%
G=30.37%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319820100.220.210.01356.7393.2288.43
HexFDC6C90161511655d58
Octal375306311026251545135130
Binary11111101110001101100100101011010101110110010110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6C9; }

 p { color: rgb(253,198,201); }

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

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

 a { background-color: rgb(253,198,201); }

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

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

 span { border-color: rgb(253,198,201); }

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