Html Css Color HEX #FAC6FF Snuff

📋 copy color: '#FAC6FF'

red 250 ◦ green 198 ◦ blue 255

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

Shades of Snuff #FAC6FF

Tints of Snuff #FAC6FF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 28.17%

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

R = 35.56%
G = 28.17%
B = 36.27%

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

#FAC6FF (or 0xFAC6FF) is known color: Snuff. HEX triplet: FA, C6 and FF. RGB value is (250,198,255). Sum of RGB (Red+Green+Blue) = 250+198+255=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 198 (77.73% from 255 or 28.17% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAC6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6FF is #053900. Grayscale: #DBDBDB. Windows color (decimal): -342273 or 16762618. OLE color: 16762618.

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

Color convert

RGB 250 198 255 -
CMYK 0.02 0.22 0 0
HSL 294.74º 1% 0.89% -
HSV(B) 294.74º 0.22% 1% -
XYZ 77.67 67.93 103.63 -
YUV 220.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 250 198 255 0.02 0.22 0 0 294.74 1 0.89
Hex FA C6 FF 2 16 0 0 127 64 59
Octal 372 306 377 2 26 0 0 447 144 131
Binary 11111010 11000110 11111111 10 10110 0 0 100100111 1100100 1011001

Color Harmonies of #FAC6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC6FF

Black with #FAC6FF

Text Example


Text Example

White with #FAC6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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