Html Css Color HEX #FAC8F9 Snuff

📋 copy color: '#FAC8F9'

red 250 ◦ green 200 ◦ blue 249

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

Shades of Snuff #FAC8F9

Tints of Snuff #FAC8F9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.61%

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

R = 35.77%
G = 28.61%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FAC8F9 (or 0xFAC8F9) is known color: Snuff. HEX triplet: FA, C8 and F9. RGB value is (250,200,249). Sum of RGB (Red+Green+Blue) = 250+200+249=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 200 (78.52% from 255 or 28.61% from 699); Blue value is 249 (97.66% from 255 or 35.62% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8F9 is #053706. Grayscale: #DCDCDC. Windows color (decimal): -341767 or 16369914. OLE color: 16369914.

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

Color convert

RGB 250 200 249 -
CMYK 0 0.2 0.00 0.02
HSL 301.2º 0.83% 0.88% -
HSV(B) 301.2º 0.2% 0.98% -
XYZ 77.18 68.47 98.77 -
YUV 220.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 250 200 249 0 0.2 0.00 0.02 301.2 0.83 0.88
Hex FA C8 F9 0 14 0 2 12D 53 58
Octal 372 310 371 0 24 0 2 455 123 130
Binary 11111010 11001000 11111001 0 10100 0 10 100101101 1010011 1011000

Color Harmonies of #FAC8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8F9

Black with #FAC8F9

Text Example


Text Example

White with #FAC8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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