#FEDDDD

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

Shades of Tutu #FEDDDD

Tints of Tutu #FEDDDD

Color information

#FEDDDD (or 0xFEDDDD) is unknown color: approx Tutu. HEX triplet: FE, DD and DD. RGB value is (254,221,221). Sum of RGB (Red+Green+Blue) = 254+221+221=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDDD is #012222. Grayscale: #E6E6E6. Windows color (decimal): -74275 or 14540286. OLE color: 14540286.

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

Color convert

RGB254221221-
CMYK00.130.130.00
HSL94.29%93.14%-
HSV(B)12.99%99.61%-
XYZ79.787879.26-
YUV230.87122.43144.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.49%
GREEN value IS 221 (86.72% from 255) = 31.75%
BLUE value IS 221 (86.72% from 255) = 31.75%
R=36.49%
G=31.75%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422122100.130.130.00094.2993.14
HexFEDDDD0DD005e5d
Octal3763353350151500136135
Binary1111111011011101110111010110111010010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDDD; }

 p { color: rgb(254,221,221); }

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

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

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

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

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

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

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