Html Css Color HEX #FAC1FF Snuff

📋 copy color: '#FAC1FF'

red 250 ◦ green 193 ◦ blue 255

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

Shades of Snuff #FAC1FF

Tints of Snuff #FAC1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.53%

R = 35.82%
G = 27.65%
B = 36.53%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAC1FF (or 0xFAC1FF) is known color: Snuff. HEX triplet: FA, C1 and FF. RGB value is (250,193,255). Sum of RGB (Red+Green+Blue) = 250+193+255=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 193 (75.78% from 255 or 27.65% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAC1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC1FF is #053E00. Grayscale: #D8D8D8. Windows color (decimal): -343553 or 16761338. OLE color: 16761338.

HSL color Cylindrical-coordinate representation of color #FAC1FF: hue angle of 295.16º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAC1FF is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 250 193 255 -
CMYK 0.02 0.24 0 0
HSL 295.16º 1% 0.88% -
HSV(B) 295.16º 0.24% 1% -
XYZ 76.54 65.68 103.25 -
YUV 217.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 250 193 255 0.02 0.24 0 0 295.16 1 0.88
Hex FA C1 FF 2 18 0 0 127 64 58
Octal 372 301 377 2 30 0 0 447 144 130
Binary 11111010 11000001 11111111 10 11000 0 0 100100111 1100100 1011000

Color Harmonies of #FAC1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1FF

Black with #FAC1FF

Text Example


Text Example

White with #FAC1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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