#FFC5C9

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

Shades of Azalea #FFC5C9

Tints of Azalea #FFC5C9

Color information

#FFC5C9 (or 0xFFC5C9) is unknown color: approx Azalea. HEX triplet: FF, C5 and C9. RGB value is (255,197,201). Sum of RGB (Red+Green+Blue) = 255+197+201=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5C9 is #003A36. Grayscale: #D6D6D6. Windows color (decimal): -14903 or 13223423. OLE color: 13223423.

HSL color Cylindrical-coordinate representation of color #FFC5C9: hue angle of 355.86º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC5C9 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB255197201-
CMYK00.230.210
HSL355.86º100%88.63%-
HSV(B)355.86º22.75%100%-
XYZ71.7565.4164.1-
YUV214.8120.22156.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 197 (77.34% from 255) = 30.17%
BLUE value IS 201 (78.91% from 255) = 30.78%
R=39.05%
G=30.17%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519720100.230.210355.8610088.63
HexFFC5C90171501646459
Octal377305311027250544144131
Binary11111111110001011100100101011110101010110010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5C9; }

 p { color: rgb(255,197,201); }

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

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

 a { background-color: rgb(255,197,201); }

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

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

 span { border-color: rgb(255,197,201); }

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