#FBE0E4

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

Shades of Carousel Pink #FBE0E4

Tints of Carousel Pink #FBE0E4

Color information

#FBE0E4 (or 0xFBE0E4) is unknown color: approx Carousel Pink. HEX triplet: FB, E0 and E4. RGB value is (251,224,228). Sum of RGB (Red+Green+Blue) = 251+224+228=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 224 (87.89% from 255 or 31.86% from 703); Blue value is 228 (89.45% from 255 or 32.43% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0E4 is #041F1B. Grayscale: #E8E8E8. Windows color (decimal): -270108 or 14999803. OLE color: 14999803.

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

Color convert

RGB251224228-
CMYK00.110.090.02
HSL351.11º77.14%93.14%-
HSV(B)351.11º10.76%98.43%-
XYZ80.4479.4284.49-
YUV232.53125.45141.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.70%
GREEN value IS 224 (87.89% from 255) = 31.86%
BLUE value IS 228 (89.45% from 255) = 32.43%
R=35.70%
G=31.86%
B=32.43%

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
Decimal25122422800.110.090.02351.1177.1493.14
HexFBE0E40B9215f4d5d
Octal373340344013112537115135
Binary1111101111100000111001000101110011010101111110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0E4; }

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

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

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

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

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

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

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

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