Html Css Color HEX #F1D5EC Snuff

📋 copy color: '#F1D5EC'

red 241 ◦ green 213 ◦ blue 236

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

Shades of Snuff #F1D5EC

Tints of Snuff #F1D5EC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.87%

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

R = 34.93%
G = 30.87%
B = 34.2%

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

#F1D5EC (or 0xF1D5EC) is known color: Snuff. HEX triplet: F1, D5 and EC. RGB value is (241,213,236). Sum of RGB (Red+Green+Blue) = 241+213+236=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D5EC is #0E2A13. Grayscale: #DFDFDF. Windows color (decimal): -928276 or 15521265. OLE color: 15521265.

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

Color convert

RGB 241 213 236 -
CMYK 0 0.12 0.02 0.05
HSL 310.71º 0.5% 0.89% -
HSV(B) 310.71º 0.12% 0.95% -
XYZ 75.21 72.35 89.36 -
YUV 223.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 241 213 236 0 0.12 0.02 0.05 310.71 0.5 0.89
Hex F1 D5 EC 0 C 2 5 137 32 59
Octal 361 325 354 0 14 2 5 467 62 131
Binary 11110001 11010101 11101100 0 1100 10 101 100110111 110010 1011001

Color Harmonies of #F1D5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D5EC

Black with #F1D5EC

Text Example


Text Example

White with #F1D5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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