Html Css Color HEX #F1C6EA Snuff

📋 copy color: '#F1C6EA'

red 241 ◦ green 198 ◦ blue 234

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

Shades of Snuff #F1C6EA

Tints of Snuff #F1C6EA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.42%

 BLUE value IS 234 (91.8% from 255) = 34.77%

R = 35.81%
G = 29.42%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F1C6EA (or 0xF1C6EA) is known color: Snuff. HEX triplet: F1, C6 and EA. RGB value is (241,198,234). Sum of RGB (Red+Green+Blue) = 241+198+234=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 198 (77.73% from 255 or 29.42% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C6EA is #0E3915. Grayscale: #D6D6D6. Windows color (decimal): -932118 or 15386353. OLE color: 15386353.

HSL color Cylindrical-coordinate representation of color #F1C6EA: hue angle of 309.77º 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 #F1C6EA is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 198 234 -
CMYK 0 0.18 0.03 0.05
HSL 309.77º 0.61% 0.86% -
HSV(B) 309.77º 0.18% 0.95% -
XYZ 71.32 65.03 86.63 -
YUV 214.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 241 198 234 0 0.18 0.03 0.05 309.77 0.61 0.86
Hex F1 C6 EA 0 12 3 5 136 3D 56
Octal 361 306 352 0 22 3 5 466 75 126
Binary 11110001 11000110 11101010 0 10010 11 101 100110110 111101 1010110

Color Harmonies of #F1C6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C6EA

Black with #F1C6EA

Text Example


Text Example

White with #F1C6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C6EA; }

 p { color: rgb(241,198,234); }

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

background-color css

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

 a { background-color: rgb(241,198,234); }

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

border-color css

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

 span { border-color: rgb(241,198,234); }

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