Html Css Color HEX #F1C5EF Snuff

📋 copy color: '#F1C5EF'

red 241 ◦ green 197 ◦ blue 239

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

Shades of Snuff #F1C5EF

Tints of Snuff #F1C5EF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.1%

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

R = 35.6%
G = 29.1%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F1C5EF (or 0xF1C5EF) is known color: Snuff. HEX triplet: F1, C5 and EF. RGB value is (241,197,239). Sum of RGB (Red+Green+Blue) = 241+197+239=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 197 (77.34% from 255 or 29.10% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C5EF is #0E3A10. Grayscale: #D6D6D6. Windows color (decimal): -932369 or 15713777. OLE color: 15713777.

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

Color convert

RGB 241 197 239 -
CMYK 0 0.18 0.01 0.05
HSL 302.73º 0.61% 0.86% -
HSV(B) 302.73º 0.18% 0.95% -
XYZ 71.82 64.87 90.4 -
YUV 214.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 241 197 239 0 0.18 0.01 0.05 302.73 0.61 0.86
Hex F1 C5 EF 0 12 1 5 12F 3D 56
Octal 361 305 357 0 22 1 5 457 75 126
Binary 11110001 11000101 11101111 0 10010 1 101 100101111 111101 1010110

Color Harmonies of #F1C5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C5EF

Black with #F1C5EF

Text Example


Text Example

White with #F1C5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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