#FFC6EB

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

Shades of Classic Rose #FFC6EB

Tints of Classic Rose #FFC6EB

Color information

#FFC6EB (or 0xFFC6EB) is unknown color: approx Classic Rose. HEX triplet: FF, C6 and EB. RGB value is (255,198,235). Sum of RGB (Red+Green+Blue) = 255+198+235=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 198 (77.73% from 255 or 28.78% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6EB is #003914. Grayscale: #DBDBDB. Windows color (decimal): -14613 or 15451903. OLE color: 15451903.

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

Color convert

RGB255198235-
CMYK00.220.080
HSL321.05º100%88.82%-
HSV(B)321.05º22.35%100%-
XYZ76.4367.6587.63-
YUV219.26136.88153.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 198 (77.73% from 255) = 28.78%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=37.06%
G=28.78%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519823500.220.080321.0510088.82
HexFFC6EB016801416459
Octal377306353026100501144131
Binary1111111111000110111010110101101000010100000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6EB; }

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

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

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

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

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

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

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

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