#FDDBDB

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

Shades of Tutu #FDDBDB

Tints of Tutu #FDDBDB

Color information

#FDDBDB (or 0xFDDBDB) is unknown color: approx Tutu. HEX triplet: FD, DB and DB. RGB value is (253,219,219). Sum of RGB (Red+Green+Blue) = 253+219+219=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBDB is #022424. Grayscale: #E5E5E5. Windows color (decimal): -140325 or 14408701. OLE color: 14408701.

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

Color convert

RGB253219219-
CMYK00.130.130.01
HSL89.47%92.55%-
HSV(B)13.44%99.22%-
XYZ78.6376.6677.67-
YUV229.17122.26145-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.61%
GREEN value IS 219 (85.94% from 255) = 31.69%
BLUE value IS 219 (85.94% from 255) = 31.69%
R=36.61%
G=31.69%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321921900.130.130.01089.4792.55
HexFDDBDB0DD10595d
Octal3753333330151510131135
Binary1111110111011011110110110110111011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBDB; }

 p { color: rgb(253,219,219); }

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

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

 a { background-color: rgb(253,219,219); }

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

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

 span { border-color: rgb(253,219,219); }

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