#FDC9CA

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

Shades of Azalea #FDC9CA

Tints of Azalea #FDC9CA

Color information

#FDC9CA (or 0xFDC9CA) is unknown color: approx Azalea. HEX triplet: FD, C9 and CA. RGB value is (253,201,202). Sum of RGB (Red+Green+Blue) = 253+201+202=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9CA is #023635. Grayscale: #D8D8D8. Windows color (decimal): -144950 or 13289981. OLE color: 13289981.

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

Color convert

RGB253201202-
CMYK00.210.200.01
HSL358.85º92.86%89.02%-
HSV(B)358.85º20.55%99.22%-
XYZ72.0666.9265-
YUV216.66119.73153.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.57%
GREEN value IS 201 (78.91% from 255) = 30.64%
BLUE value IS 202 (79.30% from 255) = 30.79%
R=38.57%
G=30.64%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320120200.210.200.01358.8592.8689.02
HexFDC9CA0151411675d59
Octal375311312025241547135131
Binary11111101110010011100101001010110100110110011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC9CA; }

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

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

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

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

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

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

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

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