#F8DCDC

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

Shades of Tutu #F8DCDC

Tints of Tutu #F8DCDC

Color information

#F8DCDC (or 0xF8DCDC) is unknown color: approx Tutu. HEX triplet: F8, DC and DC. RGB value is (248,220,220). Sum of RGB (Red+Green+Blue) = 248+220+220=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCDC is #072323. Grayscale: #E4E4E4. Windows color (decimal): -467748 or 14474488. OLE color: 14474488.

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

Color convert

RGB248220220-
CMYK00.110.110.03
HSL66.67%91.76%-
HSV(B)11.29%97.25%-
XYZ77.2276.3178.37-
YUV228.37123.28142-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.05%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=36.05%
G=31.98%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822022000.110.110.03066.6791.76
HexF8DCDC0BB30435c
Octal3703343340131330103134
Binary11111000110111001101110001011101111010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DCDC; }

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

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

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

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

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

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

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

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