Html Css Color HEX #FAC8F7 Snuff

📋 copy color: '#FAC8F7'

red 250 ◦ green 200 ◦ blue 247

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

Shades of Snuff #FAC8F7

Tints of Snuff #FAC8F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.44%

R = 35.87%
G = 28.69%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FAC8F7 (or 0xFAC8F7) is known color: Snuff. HEX triplet: FA, C8 and F7. RGB value is (250,200,247). Sum of RGB (Red+Green+Blue) = 250+200+247=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 200 (78.52% from 255 or 28.69% from 697); Blue value is 247 (96.88% from 255 or 35.44% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8F7 is #053708. Grayscale: #DCDCDC. Windows color (decimal): -341769 or 16238842. OLE color: 16238842.

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

Color convert

RGB 250 200 247 -
CMYK 0 0.2 0.01 0.02
HSL 303.6º 0.83% 0.88% -
HSV(B) 303.6º 0.2% 0.98% -
XYZ 76.87 68.35 97.14 -
YUV 220.31 143.07 149.18 -
System Red Green Blue C M Y K H S L
Decimal 250 200 247 0 0.2 0.01 0.02 303.6 0.83 0.88
Hex FA C8 F7 0 14 1 2 130 53 58
Octal 372 310 367 0 24 1 2 460 123 130
Binary 11111010 11001000 11110111 0 10100 1 10 100110000 1010011 1011000

Color Harmonies of #FAC8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8F7

Black with #FAC8F7

Text Example


Text Example

White with #FAC8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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