Html Css Color HEX #FAC2FC Snuff

📋 copy color: '#FAC2FC'

red 250 ◦ green 194 ◦ blue 252

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

Shades of Snuff #FAC2FC

Tints of Snuff #FAC2FC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 27.87%

 BLUE value IS 252 (98.83% from 255) = 36.21%

R = 35.92%
G = 27.87%
B = 36.21%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAC2FC (or 0xFAC2FC) is known color: Snuff. HEX triplet: FA, C2 and FC. RGB value is (250,194,252). Sum of RGB (Red+Green+Blue) = 250+194+252=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 194 (76.17% from 255 or 27.87% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAC2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC2FC is #053D03. Grayscale: #D9D9D9. Windows color (decimal): -343300 or 16564986. OLE color: 16564986.

HSL color Cylindrical-coordinate representation of color #FAC2FC: hue angle of 297.93º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC2FC is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 194 252 -
CMYK 0.01 0.23 0 0.01
HSL 297.93º 0.91% 0.87% -
HSV(B) 297.93º 0.23% 0.99% -
XYZ 76.29 65.94 100.8 -
YUV 217.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 250 194 252 0.01 0.23 0 0.01 297.93 0.91 0.87
Hex FA C2 FC 1 17 0 1 12A 5B 57
Octal 372 302 374 1 27 0 1 452 133 127
Binary 11111010 11000010 11111100 1 10111 0 1 100101010 1011011 1010111

Color Harmonies of #FAC2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2FC

Black with #FAC2FC

Text Example


Text Example

White with #FAC2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2FC; }

 p { color: rgb(250,194,252); }

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

background-color css

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

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

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

border-color css

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

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

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