#FBCBFA

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

Shades of Snuff #FBCBFA

Tints of Snuff #FBCBFA

Color information

#FBCBFA (or 0xFBCBFA) is unknown color: approx Snuff. HEX triplet: FB, CB and FA. RGB value is (251,203,250). Sum of RGB (Red+Green+Blue) = 251+203+250=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 203 (79.69% from 255 or 28.84% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBFA is #043405. Grayscale: #DEDEDE. Windows color (decimal): -275462 or 16436219. OLE color: 16436219.

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

Color convert

RGB251203250-
CMYK00.190.000.02
HSL301.25º85.71%89.02%-
HSV(B)301.25º19.12%98.43%-
XYZ78.3970.1299.85-
YUV222.71143.4148.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.65%
GREEN value IS 203 (79.69% from 255) = 28.84%
BLUE value IS 250 (98.05% from 255) = 35.51%
R=35.65%
G=28.84%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120325000.190.000.02301.2585.7189.02
HexFBCBFA0130212d5659
Octal37331337202302455126131
Binary11111011110010111111101001001101010010110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBFA; }

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

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

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

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

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

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

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

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