#F3D3E9

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

Shades of Classic Rose #F3D3E9

Tints of Classic Rose #F3D3E9

Color information

#F3D3E9 (or 0xF3D3E9) is unknown color: approx Classic Rose. HEX triplet: F3, D3 and E9. RGB value is (243,211,233). Sum of RGB (Red+Green+Blue) = 243+211+233=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 211 (82.81% from 255 or 30.71% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D3E9 is #0C2C16. Grayscale: #DFDFDF. Windows color (decimal): -797719 or 15324147. OLE color: 15324147.

HSL color Cylindrical-coordinate representation of color #F3D3E9: hue angle of 318.75º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3D3E9 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB243211233-
CMYK00.130.040.05
HSL318.75º57.14%89.02%-
HSV(B)318.75º13.17%95.29%-
XYZ74.9671.5386.95-
YUV223.08133.6142.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.37%
GREEN value IS 211 (82.81% from 255) = 30.71%
BLUE value IS 233 (91.41% from 255) = 33.92%
R=35.37%
G=30.71%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321123300.130.040.05318.7557.1489.02
HexF3D3E90D4513f3959
Octal3633233510154547771131
Binary111100111101001111101001011011001011001111111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D3E9; }

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

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

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

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

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

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

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

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