Html Css Color HEX #FAC8F3 Snuff

📋 copy color: '#FAC8F3'

red 250 ◦ green 200 ◦ blue 243

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

Shades of Snuff #FAC8F3

Tints of Snuff #FAC8F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.06%

R = 36.08%
G = 28.86%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAC8F3 (or 0xFAC8F3) is known color: Snuff. HEX triplet: FA, C8 and F3. RGB value is (250,200,243). Sum of RGB (Red+Green+Blue) = 250+200+243=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 200 (78.52% from 255 or 28.86% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8F3 is #05370C. Grayscale: #DBDBDB. Windows color (decimal): -341773 or 15976698. OLE color: 15976698.

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

Color convert

RGB 250 200 243 -
CMYK 0 0.2 0.03 0.02
HSL 308.4º 0.83% 0.88% -
HSV(B) 308.4º 0.2% 0.98% -
XYZ 76.26 68.1 93.92 -
YUV 219.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 250 200 243 0 0.2 0.03 0.02 308.4 0.83 0.88
Hex FA C8 F3 0 14 3 2 134 53 58
Octal 372 310 363 0 24 3 2 464 123 130
Binary 11111010 11001000 11110011 0 10100 11 10 100110100 1010011 1011000

Color Harmonies of #FAC8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8F3

Black with #FAC8F3

Text Example


Text Example

White with #FAC8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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