#FDC8C9

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

Shades of Azalea #FDC8C9

Tints of Azalea #FDC8C9

Color information

#FDC8C9 (or 0xFDC8C9) is unknown color: approx Azalea. HEX triplet: FD, C8 and C9. RGB value is (253,200,201). Sum of RGB (Red+Green+Blue) = 253+200+201=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 200 (78.52% from 255 or 30.58% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8C9 is #023736. Grayscale: #D8D8D8. Windows color (decimal): -145207 or 13224189. OLE color: 13224189.

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

Color convert

RGB253200201-
CMYK00.210.210.01
HSL358.87º92.98%88.82%-
HSV(B)358.87º20.95%99.22%-
XYZ71.766.4164.3-
YUV215.96119.56154.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 200 (78.52% from 255) = 30.58%
BLUE value IS 201 (78.91% from 255) = 30.73%
R=38.69%
G=30.58%
B=30.73%

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
Decimal25320020100.210.210.01358.8792.9888.82
HexFDC8C90151511675d59
Octal375310311025251547135131
Binary11111101110010001100100101010110101110110011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC8C9; }

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

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

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

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

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

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

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

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