Html Css Color HEX #F1D3EC Snuff

📋 copy color: '#F1D3EC'

red 241 ◦ green 211 ◦ blue 236

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

Shades of Snuff #F1D3EC

Tints of Snuff #F1D3EC

RGB

 RED value IS 241 (94.53% from 255) = 35.03%

 GREEN value IS 211 (82.81% from 255) = 30.67%

 BLUE value IS 236 (92.58% from 255) = 34.3%

R = 35.03%
G = 30.67%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1D3EC (or 0xF1D3EC) is known color: Snuff. HEX triplet: F1, D3 and EC. RGB value is (241,211,236). Sum of RGB (Red+Green+Blue) = 241+211+236=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 211 (82.81% from 255 or 30.67% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D3EC is #0E2C13. Grayscale: #DEDEDE. Windows color (decimal): -928788 or 15520753. OLE color: 15520753.

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

Color convert

RGB 241 211 236 -
CMYK 0 0.12 0.02 0.05
HSL 310º 0.52% 0.89% -
HSV(B) 310º 0.12% 0.95% -
XYZ 74.71 71.35 89.19 -
YUV 222.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 241 211 236 0 0.12 0.02 0.05 310 0.52 0.89
Hex F1 D3 EC 0 C 2 5 136 34 59
Octal 361 323 354 0 14 2 5 466 64 131
Binary 11110001 11010011 11101100 0 1100 10 101 100110110 110100 1011001

Color Harmonies of #F1D3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D3EC

Black with #F1D3EC

Text Example


Text Example

White with #F1D3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D3EC; }

 p { color: rgb(241,211,236); }

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

background-color css

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

 a { background-color: rgb(241,211,236); }

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

border-color css

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

 span { border-color: rgb(241,211,236); }

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