#FBCEFA

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

Shades of Snuff #FBCEFA

Tints of Snuff #FBCEFA

Color information

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

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

Color convert

RGB251206250-
CMYK00.180.000.02
HSL301.33º84.91%89.61%-
HSV(B)301.33º17.93%98.43%-
XYZ79.1171.55100.08-
YUV224.47142.41146.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120625000.180.000.02301.3384.9189.61
HexFBCEFA0120212d555a
Octal37331637202202455125132
Binary11111011110011101111101001001001010010110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEFA; }

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

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

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

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

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

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

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

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