#F9DBDB

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

Shades of Tutu #F9DBDB

Tints of Tutu #F9DBDB

Color information

#F9DBDB (or 0xF9DBDB) is unknown color: approx Tutu. HEX triplet: F9, DB and DB. RGB value is (249,219,219). Sum of RGB (Red+Green+Blue) = 249+219+219=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBDB is #062424. Grayscale: #E3E3E3. Windows color (decimal): -402469 or 14408697. OLE color: 14408697.

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

Color convert

RGB249219219-
CMYK00.120.120.02
HSL71.43%91.76%-
HSV(B)12.05%97.65%-
XYZ77.1875.9277.6-
YUV227.97122.94143-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.24%
GREEN value IS 219 (85.94% from 255) = 31.88%
BLUE value IS 219 (85.94% from 255) = 31.88%
R=36.24%
G=31.88%
B=31.88%

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
Decimal24921921900.120.120.02071.4391.76
HexF9DBDB0CC20475c
Octal3713333330141420107134
Binary11111001110110111101101101100110010010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DBDB; }

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

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

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

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

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

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

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

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