Html Css Color HEX #F1D2EC Snuff

📋 copy color: '#F1D2EC'

red 241 ◦ green 210 ◦ blue 236

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

Shades of Snuff #F1D2EC

Tints of Snuff #F1D2EC

RGB

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

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

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

R = 35.08%
G = 30.57%
B = 34.35%

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

#F1D2EC (or 0xF1D2EC) is known color: Snuff. HEX triplet: F1, D2 and EC. RGB value is (241,210,236). Sum of RGB (Red+Green+Blue) = 241+210+236=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 210 (82.42% from 255 or 30.57% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D2EC is #0E2D13. Grayscale: #DEDEDE. Windows color (decimal): -929044 or 15520497. OLE color: 15520497.

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

Color convert

RGB 241 210 236 -
CMYK 0 0.13 0.02 0.05
HSL 309.68º 0.53% 0.88% -
HSV(B) 309.68º 0.13% 0.95% -
XYZ 74.46 70.85 89.11 -
YUV 222.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 241 210 236 0 0.13 0.02 0.05 309.68 0.53 0.88
Hex F1 D2 EC 0 D 2 5 136 35 58
Octal 361 322 354 0 15 2 5 466 65 130
Binary 11110001 11010010 11101100 0 1101 10 101 100110110 110101 1011000

Color Harmonies of #F1D2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D2EC

Black with #F1D2EC

Text Example


Text Example

White with #F1D2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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