#FBDEDD

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

Shades of Tutu #FBDEDD

Tints of Tutu #FBDEDD

Color information

#FBDEDD (or 0xFBDEDD) is unknown color: approx Tutu. HEX triplet: FB, DE and DD. RGB value is (251,222,221). Sum of RGB (Red+Green+Blue) = 251+222+221=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDEDD is #042122. Grayscale: #E6E6E6. Windows color (decimal): -270627 or 14540539. OLE color: 14540539.

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

Color convert

RGB251222221-
CMYK00.120.120.02
HSL78.95%92.55%-
HSV(B)11.95%98.43%-
XYZ78.9677.9779.3-
YUV230.56122.61142.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.17%
GREEN value IS 222 (87.11% from 255) = 31.99%
BLUE value IS 221 (86.72% from 255) = 31.84%
R=36.17%
G=31.99%
B=31.84%

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
Decimal25122222100.120.120.02278.9592.55
HexFBDEDD0CC224f5d
Octal3733363350141422117135
Binary111110111101111011011101011001100101010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEDD; }

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

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

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

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

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

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

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

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