#FBCDF6

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

Shades of Snuff #FBCDF6

Tints of Snuff #FBCDF6

Color information

#FBCDF6 (or 0xFBCDF6) is unknown color: approx Snuff. HEX triplet: FB, CD and F6. RGB value is (251,205,246). Sum of RGB (Red+Green+Blue) = 251+205+246=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 205 (80.47% from 255 or 29.20% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDF6 is #043209. Grayscale: #DFDFDF. Windows color (decimal): -274954 or 16174587. OLE color: 16174587.

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

Color convert

RGB251205246-
CMYK00.180.020.02
HSL306.52º85.19%89.41%-
HSV(B)306.52º18.33%98.43%-
XYZ78.2570.8396.74-
YUV223.43140.74147.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.75%
GREEN value IS 205 (80.47% from 255) = 29.20%
BLUE value IS 246 (96.48% from 255) = 35.04%
R=35.75%
G=29.20%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120524600.180.020.02306.5285.1989.41
HexFBCDF6012221335559
Octal37331536602222463125131
Binary111110111100110111110110010010101010011001110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDF6; }

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

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

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

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

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

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

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

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