Html Css Color HEX #F3D1F0 Snuff

📋 copy color: '#F3D1F0'

red 243 ◦ green 209 ◦ blue 240

#F3D1F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #F3D1F0

Tints of Snuff #F3D1F0

RGB

 RED value IS 243 (95.31% from 255) = 35.12%

 GREEN value IS 209 (82.03% from 255) = 30.2%

 BLUE value IS 240 (94.14% from 255) = 34.68%

R = 35.12%
G = 30.2%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F3D1F0 (or 0xF3D1F0) is known color: Snuff. HEX triplet: F3, D1 and F0. RGB value is (243,209,240). Sum of RGB (Red+Green+Blue) = 243+209+240=692 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.12% from 692); Green value is 209 (82.03% from 255 or 30.20% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D1F0 is #0C2E0F. Grayscale: #DEDEDE. Windows color (decimal): -798224 or 15782387. OLE color: 15782387.

HSL color Cylindrical-coordinate representation of color #F3D1F0: hue angle of 305.29º degrees, saturation: 0.59, 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 #F3D1F0 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 209 240 -
CMYK 0 0.14 0.01 0.05
HSL 305.29º 0.59% 0.89% -
HSV(B) 305.29º 0.14% 0.95% -
XYZ 75.49 70.95 92.15 -
YUV 222.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 243 209 240 0 0.14 0.01 0.05 305.29 0.59 0.89
Hex F3 D1 F0 0 E 1 5 131 3B 59
Octal 363 321 360 0 16 1 5 461 73 131
Binary 11110011 11010001 11110000 0 1110 1 101 100110001 111011 1011001

Color Harmonies of #F3D1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D1F0

Black with #F3D1F0

Text Example


Text Example

White with #F3D1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D1F0; }

 p { color: rgb(243,209,240); }

 H1.HeaderClassName
 {
   color: #F3D1F0;
 }
 .AnyTagClassName
 {
   color: #F3D1F0;
 }
</style>

background-color css

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

 a { background-color: rgb(243,209,240); }

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

border-color css

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

 span { border-color: rgb(243,209,240); }

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