#FBE9E5

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

Shades of Wisp Pink #FBE9E5

Tints of Wisp Pink #FBE9E5

Color information

#FBE9E5 (or 0xFBE9E5) is unknown color: approx Wisp Pink. HEX triplet: FB, E9 and E5. RGB value is (251,233,229). Sum of RGB (Red+Green+Blue) = 251+233+229=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 233 (91.41% from 255 or 32.68% from 713); Blue value is 229 (89.84% from 255 or 32.12% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE9E5 is #04161A. Grayscale: #EDEDED. Windows color (decimal): -267803 or 15067643. OLE color: 15067643.

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

Color convert

RGB251233229-
CMYK00.070.090.02
HSL10.91º73.33%94.12%-
HSV(B)10.91º8.76%98.43%-
XYZ83.0784.4486.05-
YUV237.93122.96137.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.20%
GREEN value IS 233 (91.41% from 255) = 32.68%
BLUE value IS 229 (89.84% from 255) = 32.12%
R=35.20%
G=32.68%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123322900.070.090.0210.9173.3394.12
HexFBE9E50792b495e
Octal3733513450711213111136
Binary1111101111101001111001010111100110101110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE9E5; }

 p { color: rgb(251,233,229); }

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

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

 a { background-color: rgb(251,233,229); }

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

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

 span { border-color: rgb(251,233,229); }

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