Html Css Color HEX #FAC5FF Snuff

📋 copy color: '#FAC5FF'

red 250 ◦ green 197 ◦ blue 255

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

Shades of Snuff #FAC5FF

Tints of Snuff #FAC5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.06%

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

R = 35.61%
G = 28.06%
B = 36.32%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAC5FF (or 0xFAC5FF) is known color: Snuff. HEX triplet: FA, C5 and FF. RGB value is (250,197,255). Sum of RGB (Red+Green+Blue) = 250+197+255=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 197 (77.34% from 255 or 28.06% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5FF is #053A00. Grayscale: #DBDBDB. Windows color (decimal): -342529 or 16762362. OLE color: 16762362.

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

Color convert

RGB 250 197 255 -
CMYK 0.02 0.23 0 0
HSL 294.83º 1% 0.89% -
HSV(B) 294.83º 0.23% 1% -
XYZ 77.44 67.48 103.55 -
YUV 219.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 250 197 255 0.02 0.23 0 0 294.83 1 0.89
Hex FA C5 FF 2 17 0 0 127 64 59
Octal 372 305 377 2 27 0 0 447 144 131
Binary 11111010 11000101 11111111 10 10111 0 0 100100111 1100100 1011001

Color Harmonies of #FAC5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5FF

Black with #FAC5FF

Text Example


Text Example

White with #FAC5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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