#F3D5E9

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

Shades of Classic Rose #F3D5E9

Tints of Classic Rose #F3D5E9

Color information

#F3D5E9 (or 0xF3D5E9) is unknown color: approx Classic Rose. HEX triplet: F3, D5 and E9. RGB value is (243,213,233). Sum of RGB (Red+Green+Blue) = 243+213+233=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 233 (91.41% from 255 or 33.82% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D5E9 is #0C2A16. Grayscale: #E0E0E0. Windows color (decimal): -797207 or 15324659. OLE color: 15324659.

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

Color convert

RGB243213233-
CMYK00.120.040.05
HSL320º55.56%89.41%-
HSV(B)320º12.35%95.29%-
XYZ75.4672.5387.11-
YUV224.25132.94141.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.27%
GREEN value IS 213 (83.59% from 255) = 30.91%
BLUE value IS 233 (91.41% from 255) = 33.82%
R=35.27%
G=30.91%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321323300.120.040.0532055.5689.41
HexF3D5E90C451403859
Octal3633253510144550070131
Binary111100111101010111101001011001001011010000001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D5E9; }

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

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

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

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

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

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

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

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