#FDBEFE

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

Shades of Snuff #FDBEFE

Tints of Snuff #FDBEFE

Color information

#FDBEFE (or 0xFDBEFE) is unknown color: approx Snuff. HEX triplet: FD, BE and FE. RGB value is (253,190,254). Sum of RGB (Red+Green+Blue) = 253+190+254=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 190 (74.61% from 255 or 27.26% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDBEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEFE is #024101. Grayscale: #D7D7D7. Windows color (decimal): -147714 or 16695037. OLE color: 16695037.

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

Color convert

RGB253190254-
CMYK0.000.2500.00
HSL299.06º96.97%87.06%-
HSV(B)299.06º25.2%99.61%-
XYZ76.8164.87102.24-
YUV216.13149.37154.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.30%
GREEN value IS 190 (74.61% from 255) = 27.26%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=36.30%
G=27.26%
B=36.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2531902540.000.2500.00299.0696.9787.06
HexFDBEFE0190012b6157
Octal37527637603100453141127
Binary1111110110111110111111100110010010010101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBEFE; }

 p { color: rgb(253,190,254); }

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

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

 a { background-color: rgb(253,190,254); }

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

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

 span { border-color: rgb(253,190,254); }

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