#FBEAE4

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

Shades of Wisp Pink #FBEAE4

Tints of Wisp Pink #FBEAE4

Color information

#FBEAE4 (or 0xFBEAE4) is unknown color: approx Wisp Pink. HEX triplet: FB, EA and E4. RGB value is (251,234,228). Sum of RGB (Red+Green+Blue) = 251+234+228=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 234 (91.80% from 255 or 32.82% from 713); Blue value is 228 (89.45% from 255 or 31.98% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEAE4 is #04151B. Grayscale: #EEEEEE. Windows color (decimal): -267548 or 15002363. OLE color: 15002363.

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

Color convert

RGB251234228-
CMYK00.070.090.02
HSL15.65º74.19%93.92%-
HSV(B)15.65º9.16%98.43%-
XYZ83.2184.9685.41-
YUV238.4122.13136.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.20%
GREEN value IS 234 (91.80% from 255) = 32.82%
BLUE value IS 228 (89.45% from 255) = 31.98%
R=35.20%
G=32.82%
B=31.98%

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
Decimal25123422800.070.090.0215.6574.1993.92
HexFBEAE40792104a5e
Octal3733523440711220112136
Binary11111011111010101110010001111001101000010010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAE4; }

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

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

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

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

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

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

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

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