#FBEAE6

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

Shades of Wisp Pink #FBEAE6

Tints of Wisp Pink #FBEAE6

Color information

#FBEAE6 (or 0xFBEAE6) is unknown color: approx Wisp Pink. HEX triplet: FB, EA and E6. RGB value is (251,234,230). Sum of RGB (Red+Green+Blue) = 251+234+230=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 230 (90.23% from 255 or 32.17% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAE6 is #041519. Grayscale: #EEEEEE. Windows color (decimal): -267546 or 15133435. OLE color: 15133435.

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

Color convert

RGB251234230-
CMYK00.070.080.02
HSL11.43º72.41%94.31%-
HSV(B)11.43º8.37%98.43%-
XYZ83.4985.0786.88-
YUV238.63123.13136.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 234 (91.80% from 255) = 32.73%
BLUE value IS 230 (90.23% from 255) = 32.17%
R=35.10%
G=32.73%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123423000.070.080.0211.4372.4194.31
HexFBEAE60782b485e
Octal3733523460710213110136
Binary1111101111101010111001100111100010101110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAE6; }

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

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

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

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

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

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

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

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