#FFC3C6

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

Shades of Azalea #FFC3C6

Tints of Azalea #FFC3C6

Color information

#FFC3C6 (or 0xFFC3C6) is unknown color: approx Azalea. HEX triplet: FF, C3 and C6. RGB value is (255,195,198). Sum of RGB (Red+Green+Blue) = 255+195+198=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 195 (76.56% from 255 or 30.09% from 648); Blue value is 198 (77.73% from 255 or 30.56% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3C6 is #003C39. Grayscale: #D5D5D5. Windows color (decimal): -15418 or 13026303. OLE color: 13026303.

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

Color convert

RGB255195198-
CMYK00.240.220
HSL357º100%88.24%-
HSV(B)357º23.53%100%-
XYZ70.9564.3762.11-
YUV213.28119.38157.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 195 (76.56% from 255) = 30.09%
BLUE value IS 198 (77.73% from 255) = 30.56%
R=39.35%
G=30.09%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519519800.240.22035710088.24
HexFFC3C60181601656458
Octal377303306030260545144130
Binary11111111110000111100011001100010110010110010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC3C6; }

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

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

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

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

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

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

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

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