Html Css Color HEX #FAC4FA Snuff

📋 copy color: '#FAC4FA'

red 250 ◦ green 196 ◦ blue 250

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

Shades of Snuff #FAC4FA

Tints of Snuff #FAC4FA

RGB

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

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

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

R = 35.92%
G = 28.16%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAC4FA (or 0xFAC4FA) is known color: Snuff. HEX triplet: FA, C4 and FA. RGB value is (250,196,250). Sum of RGB (Red+Green+Blue) = 250+196+250=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 196 (76.95% from 255 or 28.16% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAC4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC4FA is #053B05. Grayscale: #DADADA. Windows color (decimal): -342790 or 16434426. OLE color: 16434426.

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

Color convert

RGB 250 196 250 -
CMYK 0 0.22 0 0.02
HSL 300º 0.84% 0.87% -
HSV(B) 300º 0.22% 0.98% -
XYZ 76.42 66.71 99.29 -
YUV 218.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 250 196 250 0 0.22 0 0.02 300 0.84 0.87
Hex FA C4 FA 0 16 0 2 12C 54 57
Octal 372 304 372 0 26 0 2 454 124 127
Binary 11111010 11000100 11111010 0 10110 0 10 100101100 1010100 1010111

Color Harmonies of #FAC4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4FA

Black with #FAC4FA

Text Example


Text Example

White with #FAC4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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