#FBCBF5

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

Shades of Snuff #FBCBF5

Tints of Snuff #FBCBF5

Color information

#FBCBF5 (or 0xFBCBF5) is unknown color: approx Snuff. HEX triplet: FB, CB and F5. RGB value is (251,203,245). Sum of RGB (Red+Green+Blue) = 251+203+245=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 203 (79.69% from 255 or 29.04% from 699); Blue value is 245 (96.09% from 255 or 35.05% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBF5 is #04340A. Grayscale: #DEDEDE. Windows color (decimal): -275467 or 16108539. OLE color: 16108539.

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

Color convert

RGB251203245-
CMYK00.190.020.02
HSL307.5º85.71%89.02%-
HSV(B)307.5º19.12%98.43%-
XYZ77.6269.8195.77-
YUV222.14140.9148.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.91%
GREEN value IS 203 (79.69% from 255) = 29.04%
BLUE value IS 245 (96.09% from 255) = 35.05%
R=35.91%
G=29.04%
B=35.05%

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
Decimal25120324500.190.020.02307.585.7189.02
HexFBCBF5013221345659
Octal37331336502322464126131
Binary111110111100101111110101010011101010011010010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBF5; }

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

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

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

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

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

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

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

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