#F6C3E9

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

Shades of Classic Rose #F6C3E9

Tints of Classic Rose #F6C3E9

Color information

#F6C3E9 (or 0xF6C3E9) is unknown color: approx Classic Rose. HEX triplet: F6, C3 and E9. RGB value is (246,195,233). Sum of RGB (Red+Green+Blue) = 246+195+233=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 195 (76.56% from 255 or 28.93% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C3E9 is #093C16. Grayscale: #D6D6D6. Windows color (decimal): -605207 or 15320054. OLE color: 15320054.

HSL color Cylindrical-coordinate representation of color #F6C3E9: hue angle of 315.29º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6C3E9 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB246195233-
CMYK00.210.050.04
HSL315.29º73.91%86.47%-
HSV(B)315.29º20.73%96.47%-
XYZ72.2364.5185.73-
YUV214.58138.4150.41-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.50%
GREEN value IS 195 (76.56% from 255) = 28.93%
BLUE value IS 233 (91.41% from 255) = 34.57%
R=36.50%
G=28.93%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619523300.210.050.04315.2973.9186.47
HexF6C3E90155413b4a56
Octal36630335102554473112126
Binary11110110110000111110100101010110110010011101110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C3E9; }

 p { color: rgb(246,195,233); }

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

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

 a { background-color: rgb(246,195,233); }

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

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

 span { border-color: rgb(246,195,233); }

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