Html Css Color HEX #F1D3EB Snuff

📋 copy color: '#F1D3EB'

red 241 ◦ green 211 ◦ blue 235

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

Shades of Snuff #F1D3EB

Tints of Snuff #F1D3EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.21%

R = 35.08%
G = 30.71%
B = 34.21%

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

#F1D3EB (or 0xF1D3EB) is known color: Snuff. HEX triplet: F1, D3 and EB. RGB value is (241,211,235). Sum of RGB (Red+Green+Blue) = 241+211+235=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 211 (82.81% from 255 or 30.71% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D3EB is #0E2C14. Grayscale: #DEDEDE. Windows color (decimal): -928789 or 15455217. OLE color: 15455217.

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

Color convert

RGB 241 211 235 -
CMYK 0 0.12 0.02 0.05
HSL 312º 0.52% 0.89% -
HSV(B) 312º 0.12% 0.95% -
XYZ 74.57 71.29 88.43 -
YUV 222.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 241 211 235 0 0.12 0.02 0.05 312 0.52 0.89
Hex F1 D3 EB 0 C 2 5 138 34 59
Octal 361 323 353 0 14 2 5 470 64 131
Binary 11110001 11010011 11101011 0 1100 10 101 100111000 110100 1011001

Color Harmonies of #F1D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D3EB

Black with #F1D3EB

Text Example


Text Example

White with #F1D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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