#FBEBE6

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

Shades of Wisp Pink #FBEBE6

Tints of Wisp Pink #FBEBE6

Color information

#FBEBE6 (or 0xFBEBE6) is unknown color: approx Wisp Pink. HEX triplet: FB, EB and E6. RGB value is (251,235,230). Sum of RGB (Red+Green+Blue) = 251+235+230=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 235 (92.19% from 255 or 32.82% from 716); Blue value is 230 (90.23% from 255 or 32.12% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEBE6 is #041419. Grayscale: #EFEFEF. Windows color (decimal): -267290 or 15133691. OLE color: 15133691.

HSL color Cylindrical-coordinate representation of color #FBEBE6: hue angle of 14.29º degrees, saturation: 0.72, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FBEBE6 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB251235230-
CMYK00.060.080.02
HSL14.29º72.41%94.31%-
HSV(B)14.29º8.37%98.43%-
XYZ83.7785.6486.98-
YUV239.21122.8136.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.06%
GREEN value IS 235 (92.19% from 255) = 32.82%
BLUE value IS 230 (90.23% from 255) = 32.12%
R=35.06%
G=32.82%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123523000.060.080.0214.2972.4194.31
HexFBEBE60682e485e
Octal3733533460610216110136
Binary1111101111101011111001100110100010111010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEBE6; }

 p { color: rgb(251,235,230); }

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

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

 a { background-color: rgb(251,235,230); }

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

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

 span { border-color: rgb(251,235,230); }

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