Html Css Color HEX #F1D2EA Snuff

📋 copy color: '#F1D2EA'

red 241 ◦ green 210 ◦ blue 234

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

Shades of Snuff #F1D2EA

Tints of Snuff #F1D2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.16%

R = 35.18%
G = 30.66%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F1D2EA (or 0xF1D2EA) is known color: Snuff. HEX triplet: F1, D2 and EA. RGB value is (241,210,234). Sum of RGB (Red+Green+Blue) = 241+210+234=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D2EA is #0E2D15. Grayscale: #DDDDDD. Windows color (decimal): -929046 or 15389425. OLE color: 15389425.

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

Color convert

RGB 241 210 234 -
CMYK 0 0.13 0.03 0.05
HSL 313.55º 0.53% 0.88% -
HSV(B) 313.55º 0.13% 0.95% -
XYZ 74.17 70.73 87.59 -
YUV 222.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 241 210 234 0 0.13 0.03 0.05 313.55 0.53 0.88
Hex F1 D2 EA 0 D 3 5 13A 35 58
Octal 361 322 352 0 15 3 5 472 65 130
Binary 11110001 11010010 11101010 0 1101 11 101 100111010 110101 1011000

Color Harmonies of #F1D2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D2EA

Black with #F1D2EA

Text Example


Text Example

White with #F1D2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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