#FACEFB

Color #FACEFB Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #FACEFB

Tints of Snuff #FACEFB

Color information

#FACEFB (or 0xFACEFB) is unknown color: approx Snuff. HEX triplet: FA, CE and FB. RGB value is (250,206,251). Sum of RGB (Red+Green+Blue) = 250+206+251=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 206 (80.86% from 255 or 29.14% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #FACEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACEFB is #053104. Grayscale: #E0E0E0. Windows color (decimal): -340229 or 16502522. OLE color: 16502522.

HSL color Cylindrical-coordinate representation of color #FACEFB: hue angle of 298.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACEFB is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250206251-
CMYK0.000.1800.02
HSL298.67º84.91%89.61%-
HSV(B)298.67º17.93%98.43%-
XYZ78.9171.43100.9-
YUV224.29143.08146.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 206 (80.86% from 255) = 29.14%
BLUE value IS 251 (98.44% from 255) = 35.50%
R=35.36%
G=29.14%
B=35.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502062510.000.1800.02298.6784.9189.61
HexFACEFB0120212b555a
Octal37231637302202453125132
Binary11111010110011101111101101001001010010101110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACEFB; }

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

 H1.HeaderClassName
 {
   color: #FACEFB;
 }
 .AnyTagClassName
 {
   color: #FACEFB;
 }
</style>
background-color css

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

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

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

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

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

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