#FBE0E5

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

Shades of Carousel Pink #FBE0E5

Tints of Carousel Pink #FBE0E5

Color information

#FBE0E5 (or 0xFBE0E5) is unknown color: approx Carousel Pink. HEX triplet: FB, E0 and E5. RGB value is (251,224,229). Sum of RGB (Red+Green+Blue) = 251+224+229=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 224 (87.89% from 255 or 31.82% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0E5 is #041F1A. Grayscale: #E8E8E8. Windows color (decimal): -270107 or 15065339. OLE color: 15065339.

HSL color Cylindrical-coordinate representation of color #FBE0E5: hue angle of 348.89º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBE0E5 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB251224229-
CMYK00.110.090.02
HSL348.89º77.14%93.14%-
HSV(B)348.89º10.76%98.43%-
XYZ80.5879.4885.22-
YUV232.64125.95141.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.65%
GREEN value IS 224 (87.89% from 255) = 31.82%
BLUE value IS 229 (89.84% from 255) = 32.53%
R=35.65%
G=31.82%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122422900.110.090.02348.8977.1493.14
HexFBE0E50B9215d4d5d
Octal373340345013112535115135
Binary1111101111100000111001010101110011010101110110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0E5; }

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

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

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

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

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

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

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

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