#FBD9E0

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

Shades of Carousel Pink #FBD9E0

Tints of Carousel Pink #FBD9E0

Color information

#FBD9E0 (or 0xFBD9E0) is unknown color: approx Carousel Pink. HEX triplet: FB, D9 and E0. RGB value is (251,217,224). Sum of RGB (Red+Green+Blue) = 251+217+224=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 224 (87.89% from 255 or 32.37% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9E0 is #04261F. Grayscale: #E3E3E3. Windows color (decimal): -271904 or 14735867. OLE color: 14735867.

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

Color convert

RGB251217224-
CMYK00.140.110.02
HSL347.65º80.95%91.76%-
HSV(B)347.65º13.55%98.43%-
XYZ78.0575.5280.98-
YUV227.96125.76144.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.27%
GREEN value IS 217 (85.16% from 255) = 31.36%
BLUE value IS 224 (87.89% from 255) = 32.37%
R=36.27%
G=31.36%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121722400.140.110.02347.6580.9591.76
HexFBD9E00EB215c515c
Octal373331340016132534121134
Binary1111101111011001111000000111010111010101110010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9E0; }

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

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

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

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

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

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

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

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