#FDC7C8

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

Shades of Azalea #FDC7C8

Tints of Azalea #FDC7C8

Color information

#FDC7C8 (or 0xFDC7C8) is unknown color: approx Azalea. HEX triplet: FD, C7 and C8. RGB value is (253,199,200). Sum of RGB (Red+Green+Blue) = 253+199+200=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 200 (78.52% from 255 or 30.67% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7C8 is #023837. Grayscale: #D7D7D7. Windows color (decimal): -145464 or 13158397. OLE color: 13158397.

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

Color convert

RGB253199200-
CMYK00.210.210.01
HSL358.89º93.1%88.63%-
HSV(B)358.89º21.34%99.22%-
XYZ71.3665.963.6-
YUV215.26119.39154.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 199 (78.12% from 255) = 30.52%
BLUE value IS 200 (78.52% from 255) = 30.67%
R=38.80%
G=30.52%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319920000.210.210.01358.8993.188.63
HexFDC7C80151511675d59
Octal375307310025251547135131
Binary11111101110001111100100001010110101110110011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC7C8; }

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

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

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

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

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

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

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

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