#FBCBF6

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

Shades of Snuff #FBCBF6

Tints of Snuff #FBCBF6

Color information

#FBCBF6 (or 0xFBCBF6) is unknown color: approx Snuff. HEX triplet: FB, CB and F6. RGB value is (251,203,246). Sum of RGB (Red+Green+Blue) = 251+203+246=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 203 (79.69% from 255 or 29% from 700); Blue value is 246 (96.48% from 255 or 35.14% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBF6 is #043409. Grayscale: #DEDEDE. Windows color (decimal): -275466 or 16174075. OLE color: 16174075.

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

Color convert

RGB251203246-
CMYK00.190.020.02
HSL306.25º85.71%89.02%-
HSV(B)306.25º19.12%98.43%-
XYZ77.7769.8796.58-
YUV222.25141.4148.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.86%
GREEN value IS 203 (79.69% from 255) = 29%
BLUE value IS 246 (96.48% from 255) = 35.14%
R=35.86%
G=29%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120324600.190.020.02306.2585.7189.02
HexFBCBF6013221325659
Octal37331336602322462126131
Binary111110111100101111110110010011101010011001010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBF6; }

 p { color: rgb(251,203,246); }

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

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

 a { background-color: rgb(251,203,246); }

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

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

 span { border-color: rgb(251,203,246); }

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