#FADFDE

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

Shades of Tutu #FADFDE

Tints of Tutu #FADFDE

Color information

#FADFDE (or 0xFADFDE) is unknown color: approx Tutu. HEX triplet: FA, DF and DE. RGB value is (250,223,222). Sum of RGB (Red+Green+Blue) = 250+223+222=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFDE is #052021. Grayscale: #E6E6E6. Windows color (decimal): -335906 or 14606330. OLE color: 14606330.

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

Color convert

RGB250223222-
CMYK00.110.110.02
HSL2.14º73.68%92.55%-
HSV(B)2.14º11.2%98.04%-
XYZ7978.3780.07-
YUV230.96122.95141.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 223 (87.5% from 255) = 32.09%
BLUE value IS 222 (87.11% from 255) = 31.94%
R=35.97%
G=32.09%
B=31.94%

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
Decimal25022322200.110.110.022.1473.6892.55
HexFADFDE0BB224a5d
Octal3723373360131322112135
Binary111110101101111111011110010111011101010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFDE; }

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

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

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

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

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

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

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

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