#FFC6EC

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

Shades of Classic Rose #FFC6EC

Tints of Classic Rose #FFC6EC

Color information

#FFC6EC (or 0xFFC6EC) is unknown color: approx Classic Rose. HEX triplet: FF, C6 and EC. RGB value is (255,198,236). Sum of RGB (Red+Green+Blue) = 255+198+236=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 198 (77.73% from 255 or 28.74% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6EC is #003913. Grayscale: #DBDBDB. Windows color (decimal): -14612 or 15517439. OLE color: 15517439.

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

Color convert

RGB255198236-
CMYK00.220.070
HSL320º100%88.82%-
HSV(B)320º22.35%100%-
XYZ76.5767.788.39-
YUV219.38137.38153.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 198 (77.73% from 255) = 28.74%
BLUE value IS 236 (92.58% from 255) = 34.25%
R=37.01%
G=28.74%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519823600.220.07032010088.82
HexFFC6EC016701406459
Octal37730635402670500144131
Binary111111111100011011101100010110111010100000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6EC; }

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

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

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

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

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

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

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

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