#FBCEF7

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

Shades of Snuff #FBCEF7

Tints of Snuff #FBCEF7

Color information

#FBCEF7 (or 0xFBCEF7) is unknown color: approx Snuff. HEX triplet: FB, CE and F7. RGB value is (251,206,247). Sum of RGB (Red+Green+Blue) = 251+206+247=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 206 (80.86% from 255 or 29.26% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCEF7 is #043108. Grayscale: #E0E0E0. Windows color (decimal): -274697 or 16240379. OLE color: 16240379.

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

Color convert

RGB251206247-
CMYK00.180.020.02
HSL305.33º84.91%89.61%-
HSV(B)305.33º17.93%98.43%-
XYZ78.6471.3797.63-
YUV224.13140.91147.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.65%
GREEN value IS 206 (80.86% from 255) = 29.26%
BLUE value IS 247 (96.88% from 255) = 35.09%
R=35.65%
G=29.26%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120624700.180.020.02305.3384.9189.61
HexFBCEF701222131555a
Octal37331636702222461125132
Binary111110111100111011110111010010101010011000110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEF7; }

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

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

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

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

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

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

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

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