#FBE1E4

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

Shades of Carousel Pink #FBE1E4

Tints of Carousel Pink #FBE1E4

Color information

#FBE1E4 (or 0xFBE1E4) is unknown color: approx Carousel Pink. HEX triplet: FB, E1 and E4. RGB value is (251,225,228). Sum of RGB (Red+Green+Blue) = 251+225+228=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 225 (88.28% from 255 or 31.96% from 704); Blue value is 228 (89.45% from 255 or 32.39% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1E4 is #041E1B. Grayscale: #E9E9E9. Windows color (decimal): -269852 or 15000059. OLE color: 15000059.

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

Color convert

RGB251225228-
CMYK00.100.090.02
HSL353.08º76.47%93.33%-
HSV(B)353.08º10.36%98.43%-
XYZ80.7179.9684.58-
YUV233.12125.11140.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.65%
GREEN value IS 225 (88.28% from 255) = 31.96%
BLUE value IS 228 (89.45% from 255) = 32.39%
R=35.65%
G=31.96%
B=32.39%

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
Decimal25122522800.100.090.02353.0876.4793.33
HexFBE1E40A921614c5d
Octal373341344012112541114135
Binary1111101111100001111001000101010011010110000110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1E4; }

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

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

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

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

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

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

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

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