Html Css Color HEX #F6C4F1 Snuff

📋 copy color: '#F6C4F1'

red 246 ◦ green 196 ◦ blue 241

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

Shades of Snuff #F6C4F1

Tints of Snuff #F6C4F1

RGB

 RED value IS 246 (96.48% from 255) = 36.02%

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

 BLUE value IS 241 (94.53% from 255) = 35.29%

R = 36.02%
G = 28.7%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F6C4F1 (or 0xF6C4F1) is known color: Snuff. HEX triplet: F6, C4 and F1. RGB value is (246,196,241). Sum of RGB (Red+Green+Blue) = 246+196+241=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 196 (76.95% from 255 or 28.70% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C4F1 is #093B0E. Grayscale: #D7D7D7. Windows color (decimal): -604943 or 15844598. OLE color: 15844598.

HSL color Cylindrical-coordinate representation of color #F6C4F1: hue angle of 306º degrees, saturation: 0.74, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6C4F1 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 196 241 -
CMYK 0 0.20 0.02 0.04
HSL 306º 0.74% 0.87% -
HSV(B) 306º 0.2% 0.96% -
XYZ 73.62 65.42 91.97 -
YUV 216.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 246 196 241 0 0.20 0.02 0.04 306 0.74 0.87
Hex F6 C4 F1 0 14 2 4 132 4A 57
Octal 366 304 361 0 24 2 4 462 112 127
Binary 11110110 11000100 11110001 0 10100 10 100 100110010 1001010 1010111

Color Harmonies of #F6C4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C4F1

Black with #F6C4F1

Text Example


Text Example

White with #F6C4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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