Html Css Color HEX #FAC8F4 Snuff

📋 copy color: '#FAC8F4'

red 250 ◦ green 200 ◦ blue 244

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

Shades of Snuff #FAC8F4

Tints of Snuff #FAC8F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.16%

R = 36.02%
G = 28.82%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FAC8F4 (or 0xFAC8F4) is known color: Snuff. HEX triplet: FA, C8 and F4. RGB value is (250,200,244). Sum of RGB (Red+Green+Blue) = 250+200+244=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 200 (78.52% from 255 or 28.82% from 694); Blue value is 244 (95.70% from 255 or 35.16% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8F4 is #05370B. Grayscale: #DBDBDB. Windows color (decimal): -341772 or 16042234. OLE color: 16042234.

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

Color convert

RGB 250 200 244 -
CMYK 0 0.2 0.02 0.02
HSL 307.2º 0.83% 0.88% -
HSV(B) 307.2º 0.2% 0.98% -
XYZ 76.41 68.16 94.72 -
YUV 219.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 250 200 244 0 0.2 0.02 0.02 307.2 0.83 0.88
Hex FA C8 F4 0 14 2 2 133 53 58
Octal 372 310 364 0 24 2 2 463 123 130
Binary 11111010 11001000 11110100 0 10100 10 10 100110011 1010011 1011000

Color Harmonies of #FAC8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8F4

Black with #FAC8F4

Text Example


Text Example

White with #FAC8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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