#FBE7E8

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

Shades of Pale Pink #FBE7E8

Tints of Pale Pink #FBE7E8

Color information

#FBE7E8 (or 0xFBE7E8) is unknown color: approx Pale Pink. HEX triplet: FB, E7 and E8. RGB value is (251,231,232). Sum of RGB (Red+Green+Blue) = 251+231+232=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 231 (90.62% from 255 or 32.35% from 714); Blue value is 232 (91.02% from 255 or 32.49% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE7E8 is #041817. Grayscale: #EDEDED. Windows color (decimal): -268312 or 15263739. OLE color: 15263739.

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

Color convert

RGB251231232-
CMYK00.080.080.02
HSL357º71.43%94.51%-
HSV(B)357º7.97%98.43%-
XYZ82.9383.4988.09-
YUV237.09125.13137.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.15%
GREEN value IS 231 (90.62% from 255) = 32.35%
BLUE value IS 232 (91.02% from 255) = 32.49%
R=35.15%
G=32.35%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123123200.080.080.0235771.4394.51
HexFBE7E80882165475f
Octal373347350010102545107137
Binary1111101111100111111010000100010001010110010110001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE7E8; }

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

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

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

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

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

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

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

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