Html Css Color HEX #FAC4F1 Snuff

📋 copy color: '#FAC4F1'

red 250 ◦ green 196 ◦ blue 241

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

Shades of Snuff #FAC4F1

Tints of Snuff #FAC4F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.08%

R = 36.39%
G = 28.53%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAC4F1 (or 0xFAC4F1) is known color: Snuff. HEX triplet: FA, C4 and F1. RGB value is (250,196,241). Sum of RGB (Red+Green+Blue) = 250+196+241=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 196 (76.95% from 255 or 28.53% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC4F1 is #053B0E. Grayscale: #D9D9D9. Windows color (decimal): -342799 or 15844602. OLE color: 15844602.

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

Color convert

RGB 250 196 241 -
CMYK 0 0.22 0.04 0.02
HSL 310º 0.84% 0.87% -
HSV(B) 310º 0.22% 0.98% -
XYZ 75.04 66.15 92.03 -
YUV 217.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 250 196 241 0 0.22 0.04 0.02 310 0.84 0.87
Hex FA C4 F1 0 16 4 2 136 54 57
Octal 372 304 361 0 26 4 2 466 124 127
Binary 11111010 11000100 11110001 0 10110 100 10 100110110 1010100 1010111

Color Harmonies of #FAC4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4F1

Black with #FAC4F1

Text Example


Text Example

White with #FAC4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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