#FFC6C7

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

Shades of Azalea #FFC6C7

Tints of Azalea #FFC6C7

Color information

#FFC6C7 (or 0xFFC6C7) is unknown color: approx Azalea. HEX triplet: FF, C6 and C7. RGB value is (255,198,199). Sum of RGB (Red+Green+Blue) = 255+198+199=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 199 (78.12% from 255 or 30.52% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6C7 is #003938. Grayscale: #D7D7D7. Windows color (decimal): -14649 or 13092607. OLE color: 13092607.

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

Color convert

RGB255198199-
CMYK00.220.220
HSL358.95º100%88.82%-
HSV(B)358.95º22.35%100%-
XYZ71.7465.7762.95-
YUV215.16118.88156.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 198 (77.73% from 255) = 30.37%
BLUE value IS 199 (78.12% from 255) = 30.52%
R=39.11%
G=30.37%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519819900.220.220358.9510088.82
HexFFC6C70161601676459
Octal377306307026260547144131
Binary11111111110001101100011101011010110010110011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6C7; }

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

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

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

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

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

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

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

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