#FBE9E4

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

Shades of Wisp Pink #FBE9E4

Tints of Wisp Pink #FBE9E4

Color information

#FBE9E4 (or 0xFBE9E4) is unknown color: approx Wisp Pink. HEX triplet: FB, E9 and E4. RGB value is (251,233,228). Sum of RGB (Red+Green+Blue) = 251+233+228=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 233 (91.41% from 255 or 32.72% from 712); Blue value is 228 (89.45% from 255 or 32.02% from 712); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE9E4 is #04161B. Grayscale: #EDEDED. Windows color (decimal): -267804 or 15002107. OLE color: 15002107.

HSL color Cylindrical-coordinate representation of color #FBE9E4: hue angle of 13.04º degrees, saturation: 0.74, 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 #FBE9E4 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB251233228-
CMYK00.070.090.02
HSL13.04º74.19%93.92%-
HSV(B)13.04º9.16%98.43%-
XYZ82.9384.3985.32-
YUV237.81122.46137.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.25%
GREEN value IS 233 (91.41% from 255) = 32.72%
BLUE value IS 228 (89.45% from 255) = 32.02%
R=35.25%
G=32.72%
B=32.02%

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
Decimal25123322800.070.090.0213.0474.1993.92
HexFBE9E40792d4a5e
Octal3733513440711215112136
Binary1111101111101001111001000111100110110110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE9E4; }

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

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

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

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

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

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

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

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