#FBE5E7

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

Shades of Carousel Pink #FBE5E7

Tints of Carousel Pink #FBE5E7

Color information

#FBE5E7 (or 0xFBE5E7) is unknown color: approx Carousel Pink. HEX triplet: FB, E5 and E7. RGB value is (251,229,231). Sum of RGB (Red+Green+Blue) = 251+229+231=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 229 (89.84% from 255 or 32.21% from 711); Blue value is 231 (90.62% from 255 or 32.49% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5E7 is #041A18. Grayscale: #EBEBEB. Windows color (decimal): -268825 or 15197691. OLE color: 15197691.

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

Color convert

RGB251229231-
CMYK00.090.080.02
HSL354.55º73.33%94.12%-
HSV(B)354.55º8.76%98.43%-
XYZ82.2382.3287.16-
YUV235.81125.29138.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.30%
GREEN value IS 229 (89.84% from 255) = 32.21%
BLUE value IS 231 (90.62% from 255) = 32.49%
R=35.30%
G=32.21%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122923100.090.080.02354.5573.3394.12
HexFBE5E70982163495e
Octal373345347011102543111136
Binary1111101111100101111001110100110001010110001110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5E7; }

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

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

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

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

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

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

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

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