#F3D7EB

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

Shades of Classic Rose #F3D7EB

Tints of Classic Rose #F3D7EB

Color information

#F3D7EB (or 0xF3D7EB) is unknown color: approx Classic Rose. HEX triplet: F3, D7 and EB. RGB value is (243,215,235). Sum of RGB (Red+Green+Blue) = 243+215+235=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 215 (84.38% from 255 or 31.02% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D7EB is #0C2814. Grayscale: #E1E1E1. Windows color (decimal): -796693 or 15456243. OLE color: 15456243.

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

Color convert

RGB243215235-
CMYK00.120.030.05
HSL317.14º53.85%89.8%-
HSV(B)317.14º11.52%95.29%-
XYZ76.2673.6588.79-
YUV225.65133.28140.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.06%
GREEN value IS 215 (84.38% from 255) = 31.02%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=35.06%
G=31.02%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321523500.120.030.05317.1453.8589.8
HexF3D7EB0C3513d365a
Octal3633273530143547566132
Binary11110011110101111110101101100111011001111011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D7EB; }

 p { color: rgb(243,215,235); }

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

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

 a { background-color: rgb(243,215,235); }

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

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

 span { border-color: rgb(243,215,235); }

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