#FFC2C5

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

Shades of Azalea #FFC2C5

Tints of Azalea #FFC2C5

Color information

#FFC2C5 (or 0xFFC2C5) is unknown color: approx Azalea. HEX triplet: FF, C2 and C5. RGB value is (255,194,197). Sum of RGB (Red+Green+Blue) = 255+194+197=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 197 (77.34% from 255 or 30.50% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2C5 is #003D3A. Grayscale: #D4D4D4. Windows color (decimal): -15675 or 12960511. OLE color: 12960511.

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

Color convert

RGB255194197-
CMYK00.240.230
HSL357.05º100%88.04%-
HSV(B)357.05º23.92%100%-
XYZ70.6163.8761.43-
YUV212.58119.21158.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.47%
GREEN value IS 194 (76.17% from 255) = 30.03%
BLUE value IS 197 (77.34% from 255) = 30.50%
R=39.47%
G=30.03%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519419700.240.230357.0510088.04
HexFFC2C50181701656458
Octal377302305030270545144130
Binary11111111110000101100010101100010111010110010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2C5; }

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

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

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

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

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

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

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

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