Html Css Color HEX #F1C4EE Snuff

📋 copy color: '#F1C4EE'

red 241 ◦ green 196 ◦ blue 238

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

Shades of Snuff #F1C4EE

Tints of Snuff #F1C4EE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.04%

 BLUE value IS 238 (93.36% from 255) = 35.26%

R = 35.7%
G = 29.04%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F1C4EE (or 0xF1C4EE) is known color: Snuff. HEX triplet: F1, C4 and EE. RGB value is (241,196,238). Sum of RGB (Red+Green+Blue) = 241+196+238=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 196 (76.95% from 255 or 29.04% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C4EE is #0E3B11. Grayscale: #D6D6D6. Windows color (decimal): -932626 or 15647985. OLE color: 15647985.

HSL color Cylindrical-coordinate representation of color #F1C4EE: hue angle of 304º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1C4EE is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 196 238 -
CMYK 0 0.19 0.01 0.05
HSL 304º 0.62% 0.86% -
HSV(B) 304º 0.19% 0.95% -
XYZ 71.45 64.35 89.54 -
YUV 214.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 241 196 238 0 0.19 0.01 0.05 304 0.62 0.86
Hex F1 C4 EE 0 13 1 5 130 3E 56
Octal 361 304 356 0 23 1 5 460 76 126
Binary 11110001 11000100 11101110 0 10011 1 101 100110000 111110 1010110

Color Harmonies of #F1C4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C4EE

Black with #F1C4EE

Text Example


Text Example

White with #F1C4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C4EE; }

 p { color: rgb(241,196,238); }

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

background-color css

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

 a { background-color: rgb(241,196,238); }

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

border-color css

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

 span { border-color: rgb(241,196,238); }

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