#FBCEFF

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

Shades of Snuff #FBCEFF

Tints of Snuff #FBCEFF

Color information

#FBCEFF (or 0xFBCEFF) is unknown color: approx Snuff. HEX triplet: FB, CE and FF. RGB value is (251,206,255). Sum of RGB (Red+Green+Blue) = 251+206+255=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 206 (80.86% from 255 or 28.93% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBCEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCEFF is #043100. Grayscale: #E0E0E0. Windows color (decimal): -274689 or 16764667. OLE color: 16764667.

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

Color convert

RGB251206255-
CMYK0.020.1900
HSL295.1º100%90.39%-
HSV(B)295.1º19.22%100%-
XYZ79.971.87104.27-
YUV225.04144.91146.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.25%
GREEN value IS 206 (80.86% from 255) = 28.93%
BLUE value IS 255 (100% from 255) = 35.81%
R=35.25%
G=28.93%
B=35.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512062550.020.1900295.110090.39
HexFBCEFF21300127645a
Octal37331637722300447144132
Binary11111011110011101111111110100110010010011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEFF; }

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

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

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

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

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

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

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

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