Html Css Color HEX #FAC3F9 Snuff

📋 copy color: '#FAC3F9'

red 250 ◦ green 195 ◦ blue 249

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

Shades of Snuff #FAC3F9

Tints of Snuff #FAC3F9

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.1%

 BLUE value IS 249 (97.66% from 255) = 35.88%

R = 36.02%
G = 28.1%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FAC3F9 (or 0xFAC3F9) is known color: Snuff. HEX triplet: FA, C3 and F9. RGB value is (250,195,249). Sum of RGB (Red+Green+Blue) = 250+195+249=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 195 (76.56% from 255 or 28.10% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC3F9 is #053C06. Grayscale: #D9D9D9. Windows color (decimal): -343047 or 16368634. OLE color: 16368634.

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

Color convert

RGB 250 195 249 -
CMYK 0 0.22 0.00 0.02
HSL 301.09º 0.85% 0.87% -
HSV(B) 301.09º 0.22% 0.98% -
XYZ 76.04 66.19 98.39 -
YUV 217.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 250 195 249 0 0.22 0.00 0.02 301.09 0.85 0.87
Hex FA C3 F9 0 16 0 2 12D 55 57
Octal 372 303 371 0 26 0 2 455 125 127
Binary 11111010 11000011 11111001 0 10110 0 10 100101101 1010101 1010111

Color Harmonies of #FAC3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC3F9

Black with #FAC3F9

Text Example


Text Example

White with #FAC3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC3F9; }

 p { color: rgb(250,195,249); }

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

background-color css

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

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

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

border-color css

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

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

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