Html Css Color HEX #F1C1F3 Snuff

📋 copy color: '#F1C1F3'

red 241 ◦ green 193 ◦ blue 243

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

Shades of Snuff #F1C1F3

Tints of Snuff #F1C1F3

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.51%

 BLUE value IS 243 (95.31% from 255) = 35.89%

R = 35.6%
G = 28.51%
B = 35.89%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1C1F3 (or 0xF1C1F3) is known color: Snuff. HEX triplet: F1, C1 and F3. RGB value is (241,193,243). Sum of RGB (Red+Green+Blue) = 241+193+243=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 193 (75.78% from 255 or 28.51% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 243 - color contains mainly: blue. Hex color #F1C1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C1F3 is #0E3E0C. Grayscale: #D4D4D4. Windows color (decimal): -933389 or 15974897. OLE color: 15974897.

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

Color convert

RGB 241 193 243 -
CMYK 0.01 0.21 0 0.05
HSL 297.6º 0.68% 0.85% -
HSV(B) 297.6º 0.21% 0.95% -
XYZ 71.52 63.31 93.24 -
YUV 213.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 241 193 243 0.01 0.21 0 0.05 297.6 0.68 0.85
Hex F1 C1 F3 1 15 0 5 12A 44 55
Octal 361 301 363 1 25 0 5 452 104 125
Binary 11110001 11000001 11110011 1 10101 0 101 100101010 1000100 1010101

Color Harmonies of #F1C1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C1F3

Black with #F1C1F3

Text Example


Text Example

White with #F1C1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C1F3; }

 p { color: rgb(241,193,243); }

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

background-color css

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

 a { background-color: rgb(241,193,243); }

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

border-color css

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

 span { border-color: rgb(241,193,243); }

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