Html Css Color HEX #FAC4FF Snuff

📋 copy color: '#FAC4FF'

red 250 ◦ green 196 ◦ blue 255

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

Shades of Snuff #FAC4FF

Tints of Snuff #FAC4FF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 27.96%

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

R = 35.66%
G = 27.96%
B = 36.38%

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

#FAC4FF (or 0xFAC4FF) is known color: Snuff. HEX triplet: FA, C4 and FF. RGB value is (250,196,255). Sum of RGB (Red+Green+Blue) = 250+196+255=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 196 (76.95% from 255 or 27.96% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC4FF is #053B00. Grayscale: #DADADA. Windows color (decimal): -342785 or 16762106. OLE color: 16762106.

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

Color convert

RGB 250 196 255 -
CMYK 0.02 0.23 0 0
HSL 294.92º 1% 0.88% -
HSV(B) 294.92º 0.23% 1% -
XYZ 77.21 67.02 103.48 -
YUV 218.87 148.39 150.2 -
System Red Green Blue C M Y K H S L
Decimal 250 196 255 0.02 0.23 0 0 294.92 1 0.88
Hex FA C4 FF 2 17 0 0 127 64 58
Octal 372 304 377 2 27 0 0 447 144 130
Binary 11111010 11000100 11111111 10 10111 0 0 100100111 1100100 1011000

Color Harmonies of #FAC4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4FF

Black with #FAC4FF

Text Example


Text Example

White with #FAC4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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