#FFC4C6

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

Shades of Azalea #FFC4C6

Tints of Azalea #FFC4C6

Color information

#FFC4C6 (or 0xFFC4C6) is unknown color: approx Azalea. HEX triplet: FF, C4 and C6. RGB value is (255,196,198). Sum of RGB (Red+Green+Blue) = 255+196+198=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 198 (77.73% from 255 or 30.51% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4C6 is #003B39. Grayscale: #D5D5D5. Windows color (decimal): -15162 or 13026559. OLE color: 13026559.

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

Color convert

RGB255196198-
CMYK00.230.220
HSL357.97º100%88.43%-
HSV(B)357.97º23.14%100%-
XYZ71.1764.8262.19-
YUV213.87119.05157.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.29%
GREEN value IS 196 (76.95% from 255) = 30.20%
BLUE value IS 198 (77.73% from 255) = 30.51%
R=39.29%
G=30.20%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519619800.230.220357.9710088.43
HexFFC4C60171601666458
Octal377304306027260546144130
Binary11111111110001001100011001011110110010110011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC4C6; }

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

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

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

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

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

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

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

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