#FBE2E5

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

Shades of Carousel Pink #FBE2E5

Tints of Carousel Pink #FBE2E5

Color information

#FBE2E5 (or 0xFBE2E5) is unknown color: approx Carousel Pink. HEX triplet: FB, E2 and E5. RGB value is (251,226,229). Sum of RGB (Red+Green+Blue) = 251+226+229=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 226 (88.67% from 255 or 32.01% from 706); Blue value is 229 (89.84% from 255 or 32.44% from 706); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2E5 is #041D1A. Grayscale: #E9E9E9. Windows color (decimal): -269595 or 15065851. OLE color: 15065851.

HSL color Cylindrical-coordinate representation of color #FBE2E5: hue angle of 352.8º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE2E5 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB251226229-
CMYK00.100.090.02
HSL352.8º75.76%93.53%-
HSV(B)352.8º9.96%98.43%-
XYZ81.1280.5685.4-
YUV233.82125.28140.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.55%
GREEN value IS 226 (88.67% from 255) = 32.01%
BLUE value IS 229 (89.84% from 255) = 32.44%
R=35.55%
G=32.01%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122622900.100.090.02352.875.7693.53
HexFBE2E50A921614c5e
Octal373342345012112541114136
Binary1111101111100010111001010101010011010110000110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2E5; }

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

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

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

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

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

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

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

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