Html Css Color HEX #FAC1FA Snuff

📋 copy color: '#FAC1FA'

red 250 ◦ green 193 ◦ blue 250

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

Shades of Snuff #FAC1FA

Tints of Snuff #FAC1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.08%

R = 36.08%
G = 27.85%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAC1FA (or 0xFAC1FA) is known color: Snuff. HEX triplet: FA, C1 and FA. RGB value is (250,193,250). Sum of RGB (Red+Green+Blue) = 250+193+250=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 193 (75.78% from 255 or 27.85% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAC1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC1FA is #053E05. Grayscale: #D8D8D8. Windows color (decimal): -343558 or 16433658. OLE color: 16433658.

HSL color Cylindrical-coordinate representation of color #FAC1FA: hue angle of 300º 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 #FAC1FA is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 193 250 -
CMYK 0 0.23 0 0.02
HSL 300º 0.85% 0.87% -
HSV(B) 300º 0.23% 0.98% -
XYZ 75.75 65.37 99.07 -
YUV 216.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 250 193 250 0 0.23 0 0.02 300 0.85 0.87
Hex FA C1 FA 0 17 0 2 12C 55 57
Octal 372 301 372 0 27 0 2 454 125 127
Binary 11111010 11000001 11111010 0 10111 0 10 100101100 1010101 1010111

Color Harmonies of #FAC1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1FA

Black with #FAC1FA

Text Example


Text Example

White with #FAC1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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