Html Css Color HEX #FAC5FA Snuff

📋 copy color: '#FAC5FA'

red 250 ◦ green 197 ◦ blue 250

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

Shades of Snuff #FAC5FA

Tints of Snuff #FAC5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.87%

R = 35.87%
G = 28.26%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAC5FA (or 0xFAC5FA) is known color: Snuff. HEX triplet: FA, C5 and FA. RGB value is (250,197,250). Sum of RGB (Red+Green+Blue) = 250+197+250=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 197 (77.34% from 255 or 28.26% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAC5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5FA is #053A05. Grayscale: #DADADA. Windows color (decimal): -342534 or 16434682. OLE color: 16434682.

HSL color Cylindrical-coordinate representation of color #FAC5FA: hue angle of 300º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC5FA is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 250 -
CMYK 0 0.21 0 0.02
HSL 300º 0.84% 0.88% -
HSV(B) 300º 0.21% 0.98% -
XYZ 76.65 67.16 99.37 -
YUV 218.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 250 197 250 0 0.21 0 0.02 300 0.84 0.88
Hex FA C5 FA 0 15 0 2 12C 54 58
Octal 372 305 372 0 25 0 2 454 124 130
Binary 11111010 11000101 11111010 0 10101 0 10 100101100 1010100 1011000

Color Harmonies of #FAC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5FA

Black with #FAC5FA

Text Example


Text Example

White with #FAC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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