#FDC4C6

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

Shades of Azalea #FDC4C6

Tints of Azalea #FDC4C6

Color information

#FDC4C6 (or 0xFDC4C6) is unknown color: approx Azalea. HEX triplet: FD, C4 and C6. RGB value is (253,196,198). Sum of RGB (Red+Green+Blue) = 253+196+198=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 198 (77.73% from 255 or 30.60% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4C6 is #023B39. Grayscale: #D5D5D5. Windows color (decimal): -146234 or 13026557. OLE color: 13026557.

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

Color convert

RGB253196198-
CMYK00.230.220.01
HSL357.89º93.44%88.04%-
HSV(B)357.89º22.53%99.22%-
XYZ70.4464.4462.15-
YUV213.27119.38156.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.10%
GREEN value IS 196 (76.95% from 255) = 30.29%
BLUE value IS 198 (77.73% from 255) = 30.60%
R=39.10%
G=30.29%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319619800.230.220.01357.8993.4488.04
HexFDC4C60171611665d58
Octal375304306027261546135130
Binary11111101110001001100011001011110110110110011010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC4C6; }

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

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

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

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

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

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

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

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