Html Css Color HEX #F3DDF1 Snuff

📋 copy color: '#F3DDF1'

red 243 ◦ green 221 ◦ blue 241

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

Shades of Snuff #F3DDF1

Tints of Snuff #F3DDF1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.35%

 BLUE value IS 241 (94.53% from 255) = 34.18%

R = 34.47%
G = 31.35%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F3DDF1 (or 0xF3DDF1) is known color: Snuff. HEX triplet: F3, DD and F1. RGB value is (243,221,241). Sum of RGB (Red+Green+Blue) = 243+221+241=705 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.47% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DDF1 is #0C220E. Grayscale: #E5E5E5. Windows color (decimal): -795151 or 15850995. OLE color: 15850995.

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

Color convert

RGB 243 221 241 -
CMYK 0 0.09 0.01 0.05
HSL 305.45º 0.48% 0.91% -
HSV(B) 305.45º 0.09% 0.95% -
XYZ 78.7 77.12 93.96 -
YUV 229.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 243 221 241 0 0.09 0.01 0.05 305.45 0.48 0.91
Hex F3 DD F1 0 9 1 5 131 30 5B
Octal 363 335 361 0 11 1 5 461 60 133
Binary 11110011 11011101 11110001 0 1001 1 101 100110001 110000 1011011

Color Harmonies of #F3DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DDF1

Black with #F3DDF1

Text Example


Text Example

White with #F3DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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