Html Css Color HEX #FAC7FF Snuff

📋 copy color: '#FAC7FF'

red 250 ◦ green 199 ◦ blue 255

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

Shades of Snuff #FAC7FF

Tints of Snuff #FAC7FF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 28.27%

 BLUE value IS 255 (100% from 255) = 36.22%

R = 35.51%
G = 28.27%
B = 36.22%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAC7FF (or 0xFAC7FF) is known color: Snuff. HEX triplet: FA, C7 and FF. RGB value is (250,199,255). Sum of RGB (Red+Green+Blue) = 250+199+255=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 199 (78.12% from 255 or 28.27% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAC7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC7FF is #053800. Grayscale: #DCDCDC. Windows color (decimal): -342017 or 16762874. OLE color: 16762874.

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

Color convert

RGB 250 199 255 -
CMYK 0.02 0.22 0 0
HSL 294.64º 1% 0.89% -
HSV(B) 294.64º 0.22% 1% -
XYZ 77.9 68.39 103.7 -
YUV 220.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 250 199 255 0.02 0.22 0 0 294.64 1 0.89
Hex FA C7 FF 2 16 0 0 127 64 59
Octal 372 307 377 2 26 0 0 447 144 131
Binary 11111010 11000111 11111111 10 10110 0 0 100100111 1100100 1011001

Color Harmonies of #FAC7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7FF

Black with #FAC7FF

Text Example


Text Example

White with #FAC7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7FF; }

 p { color: rgb(250,199,255); }

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

background-color css

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

 a { background-color: rgb(250,199,255); }

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

border-color css

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

 span { border-color: rgb(250,199,255); }

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