#FFC5C6

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

Shades of Azalea #FFC5C6

Tints of Azalea #FFC5C6

Color information

#FFC5C6 (or 0xFFC5C6) is unknown color: approx Azalea. HEX triplet: FF, C5 and C6. RGB value is (255,197,198). Sum of RGB (Red+Green+Blue) = 255+197+198=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 198 (77.73% from 255 or 30.46% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5C6 is #003A39. Grayscale: #D6D6D6. Windows color (decimal): -14906 or 13026815. OLE color: 13026815.

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

Color convert

RGB255197198-
CMYK00.230.220
HSL358.97º100%88.63%-
HSV(B)358.97º22.75%100%-
XYZ71.465.2762.26-
YUV214.46118.72156.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 197 (77.34% from 255) = 30.31%
BLUE value IS 198 (77.73% from 255) = 30.46%
R=39.23%
G=30.31%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519719800.230.220358.9710088.63
HexFFC5C60171601676459
Octal377305306027260547144131
Binary11111111110001011100011001011110110010110011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5C6; }

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

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

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

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

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

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

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

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