#FBDDDD

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

Shades of Tutu #FBDDDD

Tints of Tutu #FBDDDD

Color information

#FBDDDD (or 0xFBDDDD) is unknown color: approx Tutu. HEX triplet: FB, DD and DD. RGB value is (251,221,221). Sum of RGB (Red+Green+Blue) = 251+221+221=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDDD is #042222. Grayscale: #E6E6E6. Windows color (decimal): -270883 or 14540283. OLE color: 14540283.

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

Color convert

RGB251221221-
CMYK00.120.120.02
HSL78.95%92.55%-
HSV(B)11.95%98.43%-
XYZ78.6977.4479.21-
YUV229.97122.94143-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.22%
GREEN value IS 221 (86.72% from 255) = 31.89%
BLUE value IS 221 (86.72% from 255) = 31.89%
R=36.22%
G=31.89%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122122100.120.120.02078.9592.55
HexFBDDDD0CC204f5d
Octal3733353350141420117135
Binary11111011110111011101110101100110010010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDDD; }

 p { color: rgb(251,221,221); }

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

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

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

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

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

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

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