#FDC6C7

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

Shades of Azalea #FDC6C7

Tints of Azalea #FDC6C7

Color information

#FDC6C7 (or 0xFDC6C7) is unknown color: approx Azalea. HEX triplet: FD, C6 and C7. RGB value is (253,198,199). Sum of RGB (Red+Green+Blue) = 253+198+199=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 199 (78.12% from 255 or 30.62% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6C7 is #023938. Grayscale: #D6D6D6. Windows color (decimal): -145721 or 13092605. OLE color: 13092605.

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

Color convert

RGB253198199-
CMYK00.220.210.01
HSL358.91º93.22%88.43%-
HSV(B)358.91º21.74%99.22%-
XYZ71.0165.3962.91-
YUV214.56119.22155.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.92%
GREEN value IS 198 (77.73% from 255) = 30.46%
BLUE value IS 199 (78.12% from 255) = 30.62%
R=38.92%
G=30.46%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319819900.220.210.01358.9193.2288.43
HexFDC6C70161511675d58
Octal375306307026251547135130
Binary11111101110001101100011101011010101110110011110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6C7; }

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

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

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

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

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

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

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

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