#FFC6E1

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

Shades of Classic Rose #FFC6E1

Tints of Classic Rose #FFC6E1

Color information

#FFC6E1 (or 0xFFC6E1) is unknown color: approx Classic Rose. HEX triplet: FF, C6 and E1. RGB value is (255,198,225). Sum of RGB (Red+Green+Blue) = 255+198+225=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 198 (77.73% from 255 or 29.20% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6E1 is #00391E. Grayscale: #DADADA. Windows color (decimal): -14623 or 14796543. OLE color: 14796543.

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

Color convert

RGB255198225-
CMYK00.220.120
HSL331.58º100%88.82%-
HSV(B)331.58º22.35%100%-
XYZ75.0267.0880.23-
YUV218.12131.88154.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 198 (77.73% from 255) = 29.20%
BLUE value IS 225 (88.28% from 255) = 33.19%
R=37.61%
G=29.20%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519822500.220.120331.5810088.82
HexFFC6E1016C014c6459
Octal377306341026140514144131
Binary1111111111000110111000010101101100010100110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6E1; }

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

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

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

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

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

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

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

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