#FDC5C6

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

Shades of Azalea #FDC5C6

Tints of Azalea #FDC5C6

Color information

#FDC5C6 (or 0xFDC5C6) is unknown color: approx Azalea. HEX triplet: FD, C5 and C6. RGB value is (253,197,198). Sum of RGB (Red+Green+Blue) = 253+197+198=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 198 (77.73% from 255 or 30.56% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5C6 is #023A39. Grayscale: #D5D5D5. Windows color (decimal): -145978 or 13026813. OLE color: 13026813.

HSL color Cylindrical-coordinate representation of color #FDC5C6: hue angle of 358.93º 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 #FDC5C6 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB253197198-
CMYK00.220.220.01
HSL358.93º93.33%88.24%-
HSV(B)358.93º22.13%99.22%-
XYZ70.6764.8962.23-
YUV213.86119.05155.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.04%
GREEN value IS 197 (77.34% from 255) = 30.40%
BLUE value IS 198 (77.73% from 255) = 30.56%
R=39.04%
G=30.40%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319719800.220.220.01358.9393.3388.24
HexFDC5C60161611675d58
Octal375305306026261547135130
Binary11111101110001011100011001011010110110110011110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5C6; }

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

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

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

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

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

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

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

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