#FFBFFD

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

Shades of Snuff #FFBFFD

Tints of Snuff #FFBFFD

Color information

#FFBFFD (or 0xFFBFFD) is unknown color: approx Snuff. HEX triplet: FF, BF and FD. RGB value is (255,191,253). Sum of RGB (Red+Green+Blue) = 255+191+253=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 191 (75% from 255 or 27.32% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFFD is #004002. Grayscale: #D9D9D9. Windows color (decimal): -16387 or 16629759. OLE color: 16629759.

HSL color Cylindrical-coordinate representation of color #FFBFFD: hue angle of 301.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBFFD is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB255191253-
CMYK00.250.010
HSL301.88º100%87.45%-
HSV(B)301.88º25.1%100%-
XYZ77.665.61101.5-
YUV217.2148.2154.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.48%
GREEN value IS 191 (75% from 255) = 27.32%
BLUE value IS 253 (99.22% from 255) = 36.19%
R=36.48%
G=27.32%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519125300.250.010301.8810087.45
HexFFBFFD0191012e6457
Octal37727737503110456144127
Binary1111111110111111111111010110011010010111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFFD; }

 p { color: rgb(255,191,253); }

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

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

 a { background-color: rgb(255,191,253); }

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

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

 span { border-color: rgb(255,191,253); }

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