#FBCBFC

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

Shades of Snuff #FBCBFC

Tints of Snuff #FBCBFC

Color information

#FBCBFC (or 0xFBCBFC) is unknown color: approx Snuff. HEX triplet: FB, CB and FC. RGB value is (251,203,252). Sum of RGB (Red+Green+Blue) = 251+203+252=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 203 (79.69% from 255 or 28.75% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBCBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBFC is #043403. Grayscale: #DEDEDE. Windows color (decimal): -275460 or 16567291. OLE color: 16567291.

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

Color convert

RGB251203252-
CMYK0.000.1900.01
HSL298.78º89.09%89.22%-
HSV(B)298.78º19.44%98.82%-
XYZ78.7170.25101.51-
YUV222.94144.4148.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.55%
GREEN value IS 203 (79.69% from 255) = 28.75%
BLUE value IS 252 (98.83% from 255) = 35.69%
R=35.55%
G=28.75%
B=35.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512032520.000.1900.01298.7889.0989.22
HexFBCBFC0130112b5959
Octal37331337402301453131131
Binary1111101111001011111111000100110110010101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBFC; }

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

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

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

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

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

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

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

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