Html Css Color HEX #FAC9F7 Snuff

📋 copy color: '#FAC9F7'

red 250 ◦ green 201 ◦ blue 247

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

Shades of Snuff #FAC9F7

Tints of Snuff #FAC9F7

RGB

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

 GREEN value IS 201 (78.91% from 255) = 28.8%

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

R = 35.82%
G = 28.8%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FAC9F7 (or 0xFAC9F7) is known color: Snuff. HEX triplet: FA, C9 and F7. RGB value is (250,201,247). Sum of RGB (Red+Green+Blue) = 250+201+247=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 201 (78.91% from 255 or 28.80% from 698); Blue value is 247 (96.88% from 255 or 35.39% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9F7 is #053608. Grayscale: #DCDCDC. Windows color (decimal): -341513 or 16239098. OLE color: 16239098.

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

Color convert

RGB 250 201 247 -
CMYK 0 0.20 0.01 0.02
HSL 303.67º 0.83% 0.88% -
HSV(B) 303.67º 0.2% 0.98% -
XYZ 77.1 68.81 97.21 -
YUV 220.9 142.73 148.76 -
System Red Green Blue C M Y K H S L
Decimal 250 201 247 0 0.20 0.01 0.02 303.67 0.83 0.88
Hex FA C9 F7 0 14 1 2 130 53 58
Octal 372 311 367 0 24 1 2 460 123 130
Binary 11111010 11001001 11110111 0 10100 1 10 100110000 1010011 1011000

Color Harmonies of #FAC9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9F7

Black with #FAC9F7

Text Example


Text Example

White with #FAC9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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