#FEBFFD

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

Shades of Snuff #FEBFFD

Tints of Snuff #FEBFFD

Color information

#FEBFFD (or 0xFEBFFD) is unknown color: approx Snuff. HEX triplet: FE, BF and FD. RGB value is (254,191,253). Sum of RGB (Red+Green+Blue) = 254+191+253=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 191 (75% from 255 or 27.36% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFFD is #014002. Grayscale: #D8D8D8. Windows color (decimal): -81923 or 16629758. OLE color: 16629758.

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

Color convert

RGB254191253-
CMYK00.250.000.00
HSL300.95º96.92%87.25%-
HSV(B)300.95º24.8%99.61%-
XYZ77.2365.42101.49-
YUV216.9148.37154.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 191 (75% from 255) = 27.36%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=36.39%
G=27.36%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419125300.250.000.00300.9596.9287.25
HexFEBFFD0190012d6157
Octal37627737503100455141127
Binary1111111010111111111111010110010010010110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFFD; }

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

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

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

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

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

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

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

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