Html Css Color HEX #FACAF8 Snuff

📋 copy color: '#FACAF8'

red 250 ◦ green 202 ◦ blue 248

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

Shades of Snuff #FACAF8

Tints of Snuff #FACAF8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 28.86%

 BLUE value IS 248 (97.27% from 255) = 35.43%

R = 35.71%
G = 28.86%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FACAF8 (or 0xFACAF8) is known color: Snuff. HEX triplet: FA, CA and F8. RGB value is (250,202,248). Sum of RGB (Red+Green+Blue) = 250+202+248=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 202 (79.30% from 255 or 28.86% from 700); Blue value is 248 (97.27% from 255 or 35.43% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAF8 is #053507. Grayscale: #DDDDDD. Windows color (decimal): -341256 or 16304890. OLE color: 16304890.

HSL color Cylindrical-coordinate representation of color #FACAF8: hue angle of 302.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACAF8 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 248 -
CMYK 0 0.19 0.01 0.02
HSL 302.5º 0.83% 0.89% -
HSV(B) 302.5º 0.19% 0.98% -
XYZ 77.49 69.34 98.11 -
YUV 221.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 250 202 248 0 0.19 0.01 0.02 302.5 0.83 0.89
Hex FA CA F8 0 13 1 2 12E 53 59
Octal 372 312 370 0 23 1 2 456 123 131
Binary 11111010 11001010 11111000 0 10011 1 10 100101110 1010011 1011001

Color Harmonies of #FACAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACAF8

Black with #FACAF8

Text Example


Text Example

White with #FACAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACAF8; }

 p { color: rgb(250,202,248); }

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

background-color css

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

 a { background-color: rgb(250,202,248); }

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

border-color css

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

 span { border-color: rgb(250,202,248); }

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