#FADFDF

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

Shades of Tutu #FADFDF

Tints of Tutu #FADFDF

Color information

#FADFDF (or 0xFADFDF) is unknown color: approx Tutu. HEX triplet: FA, DF and DF. RGB value is (250,223,223). Sum of RGB (Red+Green+Blue) = 250+223+223=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFDF is #052020. Grayscale: #E7E7E7. Windows color (decimal): -335905 or 14671866. OLE color: 14671866.

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

Color convert

RGB250223223-
CMYK00.110.110.02
HSL72.97%92.75%-
HSV(B)10.8%98.04%-
XYZ79.1378.4380.78-
YUV231.07123.45141.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 223 (87.5% from 255) = 32.04%
BLUE value IS 223 (87.5% from 255) = 32.04%
R=35.92%
G=32.04%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022322300.110.110.02072.9792.75
HexFADFDF0BB20495d
Octal3723373370131320111135
Binary11111010110111111101111101011101110010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFDF; }

 p { color: rgb(250,223,223); }

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

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

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

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

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

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

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