#FBCDF7

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

Shades of Snuff #FBCDF7

Tints of Snuff #FBCDF7

Color information

#FBCDF7 (or 0xFBCDF7) is unknown color: approx Snuff. HEX triplet: FB, CD and F7. RGB value is (251,205,247). Sum of RGB (Red+Green+Blue) = 251+205+247=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 205 (80.47% from 255 or 29.16% from 703); Blue value is 247 (96.88% from 255 or 35.14% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDF7 is #043208. Grayscale: #DFDFDF. Windows color (decimal): -274953 or 16240123. OLE color: 16240123.

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

Color convert

RGB251205247-
CMYK00.180.020.02
HSL305.22º85.19%89.41%-
HSV(B)305.22º18.33%98.43%-
XYZ78.470.8997.55-
YUV223.54141.24147.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.70%
GREEN value IS 205 (80.47% from 255) = 29.16%
BLUE value IS 247 (96.88% from 255) = 35.14%
R=35.70%
G=29.16%
B=35.14%

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
Decimal25120524700.180.020.02305.2285.1989.41
HexFBCDF7012221315559
Octal37331536702222461125131
Binary111110111100110111110111010010101010011000110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDF7; }

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

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

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

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

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

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

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

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