#F3D2F1

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

Shades of Snuff #F3D2F1

Tints of Snuff #F3D2F1

Color information

#F3D2F1 (or 0xF3D2F1) is unknown color: approx Snuff. HEX triplet: F3, D2 and F1. RGB value is (243,210,241). Sum of RGB (Red+Green+Blue) = 243+210+241=694 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.01% from 694); Green value is 210 (82.42% from 255 or 30.26% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D2F1 is #0C2D0E. Grayscale: #DFDFDF. Windows color (decimal): -797967 or 15848179. OLE color: 15848179.

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

Color convert

RGB243210241-
CMYK00.140.010.05
HSL303.64º57.89%88.82%-
HSV(B)303.64º13.58%95.29%-
XYZ75.8971.593.02-
YUV223.4137.93141.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.01%
GREEN value IS 210 (82.42% from 255) = 30.26%
BLUE value IS 241 (94.53% from 255) = 34.73%
R=35.01%
G=30.26%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321024100.140.010.05303.6457.8988.82
HexF3D2F10E151303a59
Octal3633223610161546072131
Binary1111001111010010111100010111011011001100001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D2F1; }

 p { color: rgb(243,210,241); }

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

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

 a { background-color: rgb(243,210,241); }

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

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

 span { border-color: rgb(243,210,241); }

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