Html Css Color HEX #FACFF9 Snuff

📋 copy color: '#FACFF9'

red 250 ◦ green 207 ◦ blue 249

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

Shades of Snuff #FACFF9

Tints of Snuff #FACFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.27%

R = 35.41%
G = 29.32%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FACFF9 (or 0xFACFF9) is known color: Snuff. HEX triplet: FA, CF and F9. RGB value is (250,207,249). Sum of RGB (Red+Green+Blue) = 250+207+249=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 207 (81.25% from 255 or 29.32% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFF9 is #053006. Grayscale: #E0E0E0. Windows color (decimal): -339975 or 16371706. OLE color: 16371706.

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

Color convert

RGB 250 207 249 -
CMYK 0 0.17 0.00 0.02
HSL 301.4º 0.81% 0.9% -
HSV(B) 301.4º 0.17% 0.98% -
XYZ 78.84 71.79 99.32 -
YUV 224.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 250 207 249 0 0.17 0.00 0.02 301.4 0.81 0.9
Hex FA CF F9 0 11 0 2 12D 51 5A
Octal 372 317 371 0 21 0 2 455 121 132
Binary 11111010 11001111 11111001 0 10001 0 10 100101101 1010001 1011010

Color Harmonies of #FACFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFF9

Black with #FACFF9

Text Example


Text Example

White with #FACFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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