Html Css Color HEX #FAC8F0 Snuff

📋 copy color: '#FAC8F0'

red 250 ◦ green 200 ◦ blue 240

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

Shades of Snuff #FAC8F0

Tints of Snuff #FAC8F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.78%

R = 36.23%
G = 28.99%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAC8F0 (or 0xFAC8F0) is known color: Snuff. HEX triplet: FA, C8 and F0. RGB value is (250,200,240). Sum of RGB (Red+Green+Blue) = 250+200+240=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 200 (78.52% from 255 or 28.99% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8F0 is #05370F. Grayscale: #DBDBDB. Windows color (decimal): -341776 or 15780090. OLE color: 15780090.

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

Color convert

RGB 250 200 240 -
CMYK 0 0.2 0.04 0.02
HSL 312º 0.83% 0.88% -
HSV(B) 312º 0.2% 0.98% -
XYZ 75.81 67.92 91.55 -
YUV 219.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 250 200 240 0 0.2 0.04 0.02 312 0.83 0.88
Hex FA C8 F0 0 14 4 2 138 53 58
Octal 372 310 360 0 24 4 2 470 123 130
Binary 11111010 11001000 11110000 0 10100 100 10 100111000 1010011 1011000

Color Harmonies of #FAC8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8F0

Black with #FAC8F0

Text Example


Text Example

White with #FAC8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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