Html Css Color HEX #FAC7F2 Snuff

📋 copy color: '#FAC7F2'

red 250 ◦ green 199 ◦ blue 242

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

Shades of Snuff #FAC7F2

Tints of Snuff #FAC7F2

RGB

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

 GREEN value IS 199 (78.13% from 255) = 28.8%

 BLUE value IS 242 (94.92% from 255) = 35.02%

R = 36.18%
G = 28.8%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAC7F2 (or 0xFAC7F2) is known color: Snuff. HEX triplet: FA, C7 and F2. RGB value is (250,199,242). Sum of RGB (Red+Green+Blue) = 250+199+242=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 199 (78.12% from 255 or 28.80% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC7F2 is #05380D. Grayscale: #DBDBDB. Windows color (decimal): -342030 or 15910906. OLE color: 15910906.

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

Color convert

RGB 250 199 242 -
CMYK 0 0.20 0.03 0.02
HSL 309.41º 0.84% 0.88% -
HSV(B) 309.41º 0.2% 0.98% -
XYZ 75.87 67.58 93.05 -
YUV 219.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 250 199 242 0 0.20 0.03 0.02 309.41 0.84 0.88
Hex FA C7 F2 0 14 3 2 135 54 58
Octal 372 307 362 0 24 3 2 465 124 130
Binary 11111010 11000111 11110010 0 10100 11 10 100110101 1010100 1011000

Color Harmonies of #FAC7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7F2

Black with #FAC7F2

Text Example


Text Example

White with #FAC7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7F2; }

 p { color: rgb(250,199,242); }

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

background-color css

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

 a { background-color: rgb(250,199,242); }

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

border-color css

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

 span { border-color: rgb(250,199,242); }

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