#FBE0E6

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

Shades of Carousel Pink #FBE0E6

Tints of Carousel Pink #FBE0E6

Color information

#FBE0E6 (or 0xFBE0E6) is unknown color: approx Carousel Pink. HEX triplet: FB, E0 and E6. RGB value is (251,224,230). Sum of RGB (Red+Green+Blue) = 251+224+230=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 224 (87.89% from 255 or 31.77% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0E6 is #041F19. Grayscale: #E8E8E8. Windows color (decimal): -270106 or 15130875. OLE color: 15130875.

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

Color convert

RGB251224230-
CMYK00.110.080.02
HSL346.67º77.14%93.14%-
HSV(B)346.67º10.76%98.43%-
XYZ80.7279.5385.96-
YUV232.76126.45141.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.60%
GREEN value IS 224 (87.89% from 255) = 31.77%
BLUE value IS 230 (90.23% from 255) = 32.62%
R=35.60%
G=31.77%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122423000.110.080.02346.6777.1493.14
HexFBE0E60B8215b4d5d
Octal373340346013102533115135
Binary1111101111100000111001100101110001010101101110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0E6; }

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

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

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

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

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

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

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

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