Html Css Color HEX #FACFF5 Snuff

📋 copy color: '#FACFF5'

red 250 ◦ green 207 ◦ blue 245

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

Shades of Snuff #FACFF5

Tints of Snuff #FACFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.9%

R = 35.61%
G = 29.49%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FACFF5 (or 0xFACFF5) is known color: Snuff. HEX triplet: FA, CF and F5. RGB value is (250,207,245). Sum of RGB (Red+Green+Blue) = 250+207+245=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 207 (81.25% from 255 or 29.49% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFF5 is #05300A. Grayscale: #E0E0E0. Windows color (decimal): -339979 or 16109562. OLE color: 16109562.

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

Color convert

RGB 250 207 245 -
CMYK 0 0.17 0.02 0.02
HSL 306.98º 0.81% 0.9% -
HSV(B) 306.98º 0.17% 0.98% -
XYZ 78.22 71.54 96.07 -
YUV 224.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 250 207 245 0 0.17 0.02 0.02 306.98 0.81 0.9
Hex FA CF F5 0 11 2 2 133 51 5A
Octal 372 317 365 0 21 2 2 463 121 132
Binary 11111010 11001111 11110101 0 10001 10 10 100110011 1010001 1011010

Color Harmonies of #FACFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFF5

Black with #FACFF5

Text Example


Text Example

White with #FACFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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