Html Css Color HEX #FAC9F1 Snuff

📋 copy color: '#FAC9F1'

red 250 ◦ green 201 ◦ blue 241

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

Shades of Snuff #FAC9F1

Tints of Snuff #FAC9F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.83%

R = 36.13%
G = 29.05%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAC9F1 (or 0xFAC9F1) is known color: Snuff. HEX triplet: FA, C9 and F1. RGB value is (250,201,241). Sum of RGB (Red+Green+Blue) = 250+201+241=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 201 (78.91% from 255 or 29.05% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9F1 is #05360E. Grayscale: #DCDCDC. Windows color (decimal): -341519 or 15845882. OLE color: 15845882.

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

Color convert

RGB 250 201 241 -
CMYK 0 0.20 0.04 0.02
HSL 311.02º 0.83% 0.88% -
HSV(B) 311.02º 0.2% 0.98% -
XYZ 76.19 68.45 92.42 -
YUV 220.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 250 201 241 0 0.20 0.04 0.02 311.02 0.83 0.88
Hex FA C9 F1 0 14 4 2 137 53 58
Octal 372 311 361 0 24 4 2 467 123 130
Binary 11111010 11001001 11110001 0 10100 100 10 100110111 1010011 1011000

Color Harmonies of #FAC9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9F1

Black with #FAC9F1

Text Example


Text Example

White with #FAC9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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