Html Css Color HEX #FAC1F6 Snuff

📋 copy color: '#FAC1F6'

red 250 ◦ green 193 ◦ blue 246

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

Shades of Snuff #FAC1F6

Tints of Snuff #FAC1F6

RGB

 RED value IS 250 (98.05% from 255) = 36.28%

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

 BLUE value IS 246 (96.48% from 255) = 35.7%

R = 36.28%
G = 28.01%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FAC1F6 (or 0xFAC1F6) is known color: Snuff. HEX triplet: FA, C1 and F6. RGB value is (250,193,246). Sum of RGB (Red+Green+Blue) = 250+193+246=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 193 (75.78% from 255 or 28.01% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC1F6 is #053E09. Grayscale: #D7D7D7. Windows color (decimal): -343562 or 16171514. OLE color: 16171514.

HSL color Cylindrical-coordinate representation of color #FAC1F6: hue angle of 304.21º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC1F6 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 193 246 -
CMYK 0 0.23 0.02 0.02
HSL 304.21º 0.85% 0.87% -
HSV(B) 304.21º 0.23% 0.98% -
XYZ 75.13 65.12 95.8 -
YUV 216.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 250 193 246 0 0.23 0.02 0.02 304.21 0.85 0.87
Hex FA C1 F6 0 17 2 2 130 55 57
Octal 372 301 366 0 27 2 2 460 125 127
Binary 11111010 11000001 11110110 0 10111 10 10 100110000 1010101 1010111

Color Harmonies of #FAC1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1F6

Black with #FAC1F6

Text Example


Text Example

White with #FAC1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1F6; }

 p { color: rgb(250,193,246); }

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

background-color css

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

 a { background-color: rgb(250,193,246); }

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

border-color css

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

 span { border-color: rgb(250,193,246); }

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