Html Css Color HEX #F1C3EF Snuff

📋 copy color: '#F1C3EF'

red 241 ◦ green 195 ◦ blue 239

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

Shades of Snuff #F1C3EF

Tints of Snuff #F1C3EF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.89%

 BLUE value IS 239 (93.75% from 255) = 35.41%

R = 35.7%
G = 28.89%
B = 35.41%

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

#F1C3EF (or 0xF1C3EF) is known color: Snuff. HEX triplet: F1, C3 and EF. RGB value is (241,195,239). Sum of RGB (Red+Green+Blue) = 241+195+239=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 195 (76.56% from 255 or 28.89% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C3EF is #0E3C10. Grayscale: #D5D5D5. Windows color (decimal): -932881 or 15713265. OLE color: 15713265.

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

Color convert

RGB 241 195 239 -
CMYK 0 0.19 0.01 0.05
HSL 302.61º 0.62% 0.85% -
HSV(B) 302.61º 0.19% 0.95% -
XYZ 71.37 63.96 90.25 -
YUV 213.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 241 195 239 0 0.19 0.01 0.05 302.61 0.62 0.85
Hex F1 C3 EF 0 13 1 5 12F 3E 55
Octal 361 303 357 0 23 1 5 457 76 125
Binary 11110001 11000011 11101111 0 10011 1 101 100101111 111110 1010101

Color Harmonies of #F1C3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C3EF

Black with #F1C3EF

Text Example


Text Example

White with #F1C3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C3EF; }

 p { color: rgb(241,195,239); }

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

background-color css

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

 a { background-color: rgb(241,195,239); }

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

border-color css

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

 span { border-color: rgb(241,195,239); }

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