#F9DCDC

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

Shades of Tutu #F9DCDC

Tints of Tutu #F9DCDC

Color information

#F9DCDC (or 0xF9DCDC) is unknown color: approx Tutu. HEX triplet: F9, DC and DC. RGB value is (249,220,220). Sum of RGB (Red+Green+Blue) = 249+220+220=689 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.14% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCDC is #062323. Grayscale: #E4E4E4. Windows color (decimal): -402212 or 14474489. OLE color: 14474489.

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

Color convert

RGB249220220-
CMYK00.120.120.02
HSL70.73%91.96%-
HSV(B)11.65%97.65%-
XYZ77.5876.4978.39-
YUV228.67123.11142.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.14%
GREEN value IS 220 (86.33% from 255) = 31.93%
BLUE value IS 220 (86.33% from 255) = 31.93%
R=36.14%
G=31.93%
B=31.93%

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
Decimal24922022000.120.120.02070.7391.96
HexF9DCDC0CC20475c
Octal3713343340141420107134
Binary11111001110111001101110001100110010010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCDC; }

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

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

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

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

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

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

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

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