#FADDDC

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

Shades of Tutu #FADDDC

Tints of Tutu #FADDDC

Color information

#FADDDC (or 0xFADDDC) is unknown color: approx Tutu. HEX triplet: FA, DD and DC. RGB value is (250,221,220). Sum of RGB (Red+Green+Blue) = 250+221+220=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDDC is #052223. Grayscale: #E5E5E5. Windows color (decimal): -336420 or 14474746. OLE color: 14474746.

HSL color Cylindrical-coordinate representation of color #FADDDC: hue angle of 2º degrees, saturation: 0.75, 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 #FADDDC is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250221220-
CMYK00.120.120.02
HSL75%92.16%-
HSV(B)12%98.04%-
XYZ78.277.278.49-
YUV229.56122.61142.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 221 (86.72% from 255) = 31.98%
BLUE value IS 220 (86.33% from 255) = 31.84%
R=36.18%
G=31.98%
B=31.84%

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
Decimal25022122000.120.120.0227592.16
HexFADDDC0CC224b5c
Octal3723353340141422113134
Binary111110101101110111011100011001100101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDDC; }

 p { color: rgb(250,221,220); }

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

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

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

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

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

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

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