#F3D6EB

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

Shades of Classic Rose #F3D6EB

Tints of Classic Rose #F3D6EB

Color information

#F3D6EB (or 0xF3D6EB) is unknown color: approx Classic Rose. HEX triplet: F3, D6 and EB. RGB value is (243,214,235). Sum of RGB (Red+Green+Blue) = 243+214+235=692 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.12% from 692); Green value is 214 (83.98% from 255 or 30.92% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D6EB is #0C2914. Grayscale: #E1E1E1. Windows color (decimal): -796949 or 15455987. OLE color: 15455987.

HSL color Cylindrical-coordinate representation of color #F3D6EB: hue angle of 316.55º degrees, saturation: 0.55, 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 #F3D6EB is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB243214235-
CMYK00.120.030.05
HSL316.55º54.72%89.61%-
HSV(B)316.55º11.93%95.29%-
XYZ7673.1588.71-
YUV225.06133.61140.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.12%
GREEN value IS 214 (83.98% from 255) = 30.92%
BLUE value IS 235 (92.19% from 255) = 33.96%
R=35.12%
G=30.92%
B=33.96%

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
Decimal24321423500.120.030.05316.5554.7289.61
HexF3D6EB0C3513d375a
Octal3633263530143547567132
Binary11110011110101101110101101100111011001111011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D6EB; }

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

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

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

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

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

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

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

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