#FBCFFD

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

Shades of Snuff #FBCFFD

Tints of Snuff #FBCFFD

Color information

#FBCFFD (or 0xFBCFFD) is unknown color: approx Snuff. HEX triplet: FB, CF and FD. RGB value is (251,207,253). Sum of RGB (Red+Green+Blue) = 251+207+253=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 207 (81.25% from 255 or 29.11% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBCFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFFD is #043002. Grayscale: #E1E1E1. Windows color (decimal): -274435 or 16633851. OLE color: 16633851.

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

Color convert

RGB251207253-
CMYK0.010.1800.01
HSL297.39º92%90.2%-
HSV(B)297.39º18.18%99.22%-
XYZ79.8372.23102.66-
YUV225.4143.58146.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.30%
GREEN value IS 207 (81.25% from 255) = 29.11%
BLUE value IS 253 (99.22% from 255) = 35.58%
R=35.30%
G=29.11%
B=35.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512072530.010.1800.01297.399290.2
HexFBCFFD112011295c5a
Octal37331737512201451134132
Binary1111101111001111111111011100100110010100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFFD; }

 p { color: rgb(251,207,253); }

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

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

 a { background-color: rgb(251,207,253); }

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

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

 span { border-color: rgb(251,207,253); }

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