#FFC6C8

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

Shades of Azalea #FFC6C8

Tints of Azalea #FFC6C8

Color information

#FFC6C8 (or 0xFFC6C8) is unknown color: approx Azalea. HEX triplet: FF, C6 and C8. RGB value is (255,198,200). Sum of RGB (Red+Green+Blue) = 255+198+200=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 200 (78.52% from 255 or 30.63% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6C8 is #003937. Grayscale: #D7D7D7. Windows color (decimal): -14648 or 13158143. OLE color: 13158143.

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

Color convert

RGB255198200-
CMYK00.220.220
HSL357.89º100%88.82%-
HSV(B)357.89º22.35%100%-
XYZ71.8665.8263.56-
YUV215.27119.38156.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 198 (77.73% from 255) = 30.32%
BLUE value IS 200 (78.52% from 255) = 30.63%
R=39.05%
G=30.32%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519820000.220.220357.8910088.82
HexFFC6C80161601666459
Octal377306310026260546144131
Binary11111111110001101100100001011010110010110011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6C8; }

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

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

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

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

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

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

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

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