#FBDADF

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

Shades of Carousel Pink #FBDADF

Tints of Carousel Pink #FBDADF

Color information

#FBDADF (or 0xFBDADF) is unknown color: approx Carousel Pink. HEX triplet: FB, DA and DF. RGB value is (251,218,223). Sum of RGB (Red+Green+Blue) = 251+218+223=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDADF is #042520. Grayscale: #E4E4E4. Windows color (decimal): -271649 or 14670587. OLE color: 14670587.

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

Color convert

RGB251218223-
CMYK00.130.110.02
HSL350.91º80.49%91.96%-
HSV(B)350.91º13.15%98.43%-
XYZ78.1775.9880.36-
YUV228.44124.93144.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.27%
GREEN value IS 218 (85.55% from 255) = 31.50%
BLUE value IS 223 (87.5% from 255) = 32.23%
R=36.27%
G=31.50%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121822300.130.110.02350.9180.4991.96
HexFBDADF0DB215f505c
Octal373332337015132537120134
Binary1111101111011010110111110110110111010101111110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDADF; }

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

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

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

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

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

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

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

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