#FBECE8

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

Shades of Wisp Pink #FBECE8

Tints of Wisp Pink #FBECE8

Color information

#FBECE8 (or 0xFBECE8) is unknown color: approx Wisp Pink. HEX triplet: FB, EC and E8. RGB value is (251,236,232). Sum of RGB (Red+Green+Blue) = 251+236+232=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 236 (92.58% from 255 or 32.82% from 719); Blue value is 232 (91.02% from 255 or 32.27% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECE8 is #041317. Grayscale: #F0F0F0. Windows color (decimal): -267032 or 15265019. OLE color: 15265019.

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

Color convert

RGB251236232-
CMYK00.060.080.02
HSL12.63º70.37%94.71%-
HSV(B)12.63º7.57%98.43%-
XYZ84.3486.3388.56-
YUV240.03123.47135.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.91%
GREEN value IS 236 (92.58% from 255) = 32.82%
BLUE value IS 232 (91.02% from 255) = 32.27%
R=34.91%
G=32.82%
B=32.27%

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
Decimal25123623200.060.080.0212.6370.3794.71
HexFBECE80682d465f
Octal3733543500610215106137
Binary1111101111101100111010000110100010110110001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECE8; }

 p { color: rgb(251,236,232); }

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

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

 a { background-color: rgb(251,236,232); }

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

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

 span { border-color: rgb(251,236,232); }

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