Html Css Color HEX #F1D2ED Snuff

📋 copy color: '#F1D2ED'

red 241 ◦ green 210 ◦ blue 237

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

Shades of Snuff #F1D2ED

Tints of Snuff #F1D2ED

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.52%

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

R = 35.03%
G = 30.52%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1D2ED (or 0xF1D2ED) is known color: Snuff. HEX triplet: F1, D2 and ED. RGB value is (241,210,237). Sum of RGB (Red+Green+Blue) = 241+210+237=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 210 (82.42% from 255 or 30.52% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D2ED is #0E2D12. Grayscale: #DEDEDE. Windows color (decimal): -929043 or 15586033. OLE color: 15586033.

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

Color convert

RGB 241 210 237 -
CMYK 0 0.13 0.02 0.05
HSL 307.74º 0.53% 0.88% -
HSV(B) 307.74º 0.13% 0.95% -
XYZ 74.61 70.91 89.88 -
YUV 222.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 241 210 237 0 0.13 0.02 0.05 307.74 0.53 0.88
Hex F1 D2 ED 0 D 2 5 134 35 58
Octal 361 322 355 0 15 2 5 464 65 130
Binary 11110001 11010010 11101101 0 1101 10 101 100110100 110101 1011000

Color Harmonies of #F1D2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D2ED

Black with #F1D2ED

Text Example


Text Example

White with #F1D2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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