#FFC6E9

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

Shades of Classic Rose #FFC6E9

Tints of Classic Rose #FFC6E9

Color information

#FFC6E9 (or 0xFFC6E9) is unknown color: approx Classic Rose. HEX triplet: FF, C6 and E9. RGB value is (255,198,233). Sum of RGB (Red+Green+Blue) = 255+198+233=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 198 (77.73% from 255 or 28.86% from 686); Blue value is 233 (91.41% from 255 or 33.97% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6E9 is #003916. Grayscale: #DADADA. Windows color (decimal): -14615 or 15320831. OLE color: 15320831.

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

Color convert

RGB255198233-
CMYK00.220.090
HSL323.16º100%88.82%-
HSV(B)323.16º22.35%100%-
XYZ76.1467.5386.11-
YUV219.03135.88153.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 198 (77.73% from 255) = 28.86%
BLUE value IS 233 (91.41% from 255) = 33.97%
R=37.17%
G=28.86%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519823300.220.090323.1610088.82
HexFFC6E9016901436459
Octal377306351026110503144131
Binary1111111111000110111010010101101001010100001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6E9; }

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

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

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

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

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

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

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

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