Html Css Color HEX #F3D1ED Snuff

📋 copy color: '#F3D1ED'

red 243 ◦ green 209 ◦ blue 237

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

Shades of Snuff #F3D1ED

Tints of Snuff #F3D1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.4%

R = 35.27%
G = 30.33%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F3D1ED (or 0xF3D1ED) is known color: Snuff. HEX triplet: F3, D1 and ED. RGB value is (243,209,237). Sum of RGB (Red+Green+Blue) = 243+209+237=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 209 (82.03% from 255 or 30.33% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D1ED is #0C2E12. Grayscale: #DEDEDE. Windows color (decimal): -798227 or 15585779. OLE color: 15585779.

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

Color convert

RGB 243 209 237 -
CMYK 0 0.14 0.02 0.05
HSL 310.59º 0.59% 0.89% -
HSV(B) 310.59º 0.14% 0.95% -
XYZ 75.05 70.77 89.83 -
YUV 222.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 243 209 237 0 0.14 0.02 0.05 310.59 0.59 0.89
Hex F3 D1 ED 0 E 2 5 137 3B 59
Octal 363 321 355 0 16 2 5 467 73 131
Binary 11110011 11010001 11101101 0 1110 10 101 100110111 111011 1011001

Color Harmonies of #F3D1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D1ED

Black with #F3D1ED

Text Example


Text Example

White with #F3D1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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