#FDC7CA

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

Shades of Azalea #FDC7CA

Tints of Azalea #FDC7CA

Color information

#FDC7CA (or 0xFDC7CA) is unknown color: approx Azalea. HEX triplet: FD, C7 and CA. RGB value is (253,199,202). Sum of RGB (Red+Green+Blue) = 253+199+202=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7CA is #023835. Grayscale: #D7D7D7. Windows color (decimal): -145462 or 13289469. OLE color: 13289469.

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

Color convert

RGB253199202-
CMYK00.210.200.01
HSL356.67º93.1%88.63%-
HSV(B)356.67º21.34%99.22%-
XYZ71.5965.9964.84-
YUV215.49120.39154.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 199 (78.12% from 255) = 30.43%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=38.69%
G=30.43%
B=30.89%

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
Decimal25319920200.210.200.01356.6793.188.63
HexFDC7CA0151411655d59
Octal375307312025241545135131
Binary11111101110001111100101001010110100110110010110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC7CA; }

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

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

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

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

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

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

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

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