Html Css Color HEX #FAC9FB Snuff

📋 copy color: '#FAC9FB'

red 250 ◦ green 201 ◦ blue 251

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

Shades of Snuff #FAC9FB

Tints of Snuff #FAC9FB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 28.63%

 BLUE value IS 251 (98.44% from 255) = 35.75%

R = 35.61%
G = 28.63%
B = 35.75%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAC9FB (or 0xFAC9FB) is known color: Snuff. HEX triplet: FA, C9 and FB. RGB value is (250,201,251). Sum of RGB (Red+Green+Blue) = 250+201+251=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 201 (78.91% from 255 or 28.63% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAC9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9FB is #053604. Grayscale: #DDDDDD. Windows color (decimal): -341509 or 16501242. OLE color: 16501242.

HSL color Cylindrical-coordinate representation of color #FAC9FB: hue angle of 298.8º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC9FB is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 251 -
CMYK 0.00 0.20 0 0.02
HSL 298.8º 0.86% 0.89% -
HSV(B) 298.8º 0.2% 0.98% -
XYZ 77.72 69.06 100.5 -
YUV 221.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 250 201 251 0.00 0.20 0 0.02 298.8 0.86 0.89
Hex FA C9 FB 0 14 0 2 12B 56 59
Octal 372 311 373 0 24 0 2 453 126 131
Binary 11111010 11001001 11111011 0 10100 0 10 100101011 1010110 1011001

Color Harmonies of #FAC9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9FB

Black with #FAC9FB

Text Example


Text Example

White with #FAC9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9FB; }

 p { color: rgb(250,201,251); }

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

background-color css

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

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

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

border-color css

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

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

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