#FBD9DF

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

Shades of Carousel Pink #FBD9DF

Tints of Carousel Pink #FBD9DF

Color information

#FBD9DF (or 0xFBD9DF) is unknown color: approx Carousel Pink. HEX triplet: FB, D9 and DF. RGB value is (251,217,223). Sum of RGB (Red+Green+Blue) = 251+217+223=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9DF is #042620. Grayscale: #E3E3E3. Windows color (decimal): -271905 or 14670331. OLE color: 14670331.

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

Color convert

RGB251217223-
CMYK00.140.110.02
HSL349.41º80.95%91.76%-
HSV(B)349.41º13.55%98.43%-
XYZ77.9275.4680.27-
YUV227.85125.26144.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.32%
GREEN value IS 217 (85.16% from 255) = 31.40%
BLUE value IS 223 (87.5% from 255) = 32.27%
R=36.32%
G=31.40%
B=32.27%

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
Decimal25121722300.140.110.02349.4180.9591.76
HexFBD9DF0EB215d515c
Octal373331337016132535121134
Binary1111101111011001110111110111010111010101110110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9DF; }

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

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

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

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

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

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

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

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