#F6D3E9

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

Shades of Classic Rose #F6D3E9

Tints of Classic Rose #F6D3E9

Color information

#F6D3E9 (or 0xF6D3E9) is unknown color: approx Classic Rose. HEX triplet: F6, D3 and E9. RGB value is (246,211,233). Sum of RGB (Red+Green+Blue) = 246+211+233=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 211 (82.81% from 255 or 30.58% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D3E9 is #092C16. Grayscale: #DFDFDF. Windows color (decimal): -601111 or 15324150. OLE color: 15324150.

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

Color convert

RGB246211233-
CMYK00.140.050.04
HSL322.29º66.04%89.61%-
HSV(B)322.29º14.23%96.47%-
XYZ76.0172.0686.99-
YUV223.97133.1143.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.65%
GREEN value IS 211 (82.81% from 255) = 30.58%
BLUE value IS 233 (91.41% from 255) = 33.77%
R=35.65%
G=30.58%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621123300.140.050.04322.2966.0489.61
HexF6D3E90E54142425a
Octal36632335101654502102132
Binary1111011011010011111010010111010110010100001010000101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D3E9; }

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

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

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

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

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

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

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

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