Html Css Color HEX #FACFF0 Snuff

📋 copy color: '#FACFF0'

red 250 ◦ green 207 ◦ blue 240

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

Shades of Snuff #FACFF0

Tints of Snuff #FACFF0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.7%

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

R = 35.87%
G = 29.7%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FACFF0 (or 0xFACFF0) is known color: Snuff. HEX triplet: FA, CF and F0. RGB value is (250,207,240). Sum of RGB (Red+Green+Blue) = 250+207+240=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 207 (81.25% from 255 or 29.70% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFF0 is #05300F. Grayscale: #DFDFDF. Windows color (decimal): -339984 or 15781882. OLE color: 15781882.

HSL color Cylindrical-coordinate representation of color #FACFF0: hue angle of 313.95º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FACFF0 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 207 240 -
CMYK 0 0.17 0.04 0.02
HSL 313.95º 0.81% 0.9% -
HSV(B) 313.95º 0.17% 0.98% -
XYZ 77.47 71.24 92.11 -
YUV 223.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 250 207 240 0 0.17 0.04 0.02 313.95 0.81 0.9
Hex FA CF F0 0 11 4 2 13A 51 5A
Octal 372 317 360 0 21 4 2 472 121 132
Binary 11111010 11001111 11110000 0 10001 100 10 100111010 1010001 1011010

Color Harmonies of #FACFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFF0

Black with #FACFF0

Text Example


Text Example

White with #FACFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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