Html Css Color HEX #FAC3F3 Snuff

📋 copy color: '#FAC3F3'

red 250 ◦ green 195 ◦ blue 243

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

Shades of Snuff #FAC3F3

Tints of Snuff #FAC3F3

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.34%

 BLUE value IS 243 (95.31% from 255) = 35.32%

R = 36.34%
G = 28.34%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAC3F3 (or 0xFAC3F3) is known color: Snuff. HEX triplet: FA, C3 and F3. RGB value is (250,195,243). Sum of RGB (Red+Green+Blue) = 250+195+243=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 195 (76.56% from 255 or 28.34% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC3F3 is #053C0C. Grayscale: #D8D8D8. Windows color (decimal): -343053 or 15975418. OLE color: 15975418.

HSL color Cylindrical-coordinate representation of color #FAC3F3: hue angle of 307.64º degrees, saturation: 0.85, 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 #FAC3F3 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 195 243 -
CMYK 0 0.22 0.03 0.02
HSL 307.64º 0.85% 0.87% -
HSV(B) 307.64º 0.22% 0.98% -
XYZ 75.12 65.83 93.54 -
YUV 216.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 250 195 243 0 0.22 0.03 0.02 307.64 0.85 0.87
Hex FA C3 F3 0 16 3 2 134 55 57
Octal 372 303 363 0 26 3 2 464 125 127
Binary 11111010 11000011 11110011 0 10110 11 10 100110100 1010101 1010111

Color Harmonies of #FAC3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC3F3

Black with #FAC3F3

Text Example


Text Example

White with #FAC3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC3F3; }

 p { color: rgb(250,195,243); }

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

background-color css

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

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

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

border-color css

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

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

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