Html Css Color HEX #FAC9F6 Snuff

📋 copy color: '#FAC9F6'

red 250 ◦ green 201 ◦ blue 246

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

Shades of Snuff #FAC9F6

Tints of Snuff #FAC9F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.29%

R = 35.87%
G = 28.84%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FAC9F6 (or 0xFAC9F6) is known color: Snuff. HEX triplet: FA, C9 and F6. RGB value is (250,201,246). Sum of RGB (Red+Green+Blue) = 250+201+246=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 201 (78.91% from 255 or 28.84% from 697); Blue value is 246 (96.48% from 255 or 35.29% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9F6 is #053609. Grayscale: #DCDCDC. Windows color (decimal): -341514 or 16173562. OLE color: 16173562.

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

Color convert

RGB 250 201 246 -
CMYK 0 0.20 0.02 0.02
HSL 304.9º 0.83% 0.88% -
HSV(B) 304.9º 0.2% 0.98% -
XYZ 76.95 68.75 96.4 -
YUV 220.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 250 201 246 0 0.20 0.02 0.02 304.9 0.83 0.88
Hex FA C9 F6 0 14 2 2 131 53 58
Octal 372 311 366 0 24 2 2 461 123 130
Binary 11111010 11001001 11110110 0 10100 10 10 100110001 1010011 1011000

Color Harmonies of #FAC9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9F6

Black with #FAC9F6

Text Example


Text Example

White with #FAC9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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