#F5DFDF

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

Shades of Tutu #F5DFDF

Tints of Tutu #F5DFDF

Color information

#F5DFDF (or 0xF5DFDF) is unknown color: approx Tutu. HEX triplet: F5, DF and DF. RGB value is (245,223,223). Sum of RGB (Red+Green+Blue) = 245+223+223=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFDF is #0A2020. Grayscale: #E5E5E5. Windows color (decimal): -663585 or 14671861. OLE color: 14671861.

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

Color convert

RGB245223223-
CMYK00.090.090.04
HSL52.38%91.76%-
HSV(B)8.98%96.08%-
XYZ77.3677.5280.7-
YUV229.58124.29139-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.46%
GREEN value IS 223 (87.5% from 255) = 32.27%
BLUE value IS 223 (87.5% from 255) = 32.27%
R=35.46%
G=32.27%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522322300.090.090.04052.3891.76
HexF5DFDF09940345c
Octal365337337011114064134
Binary11110101110111111101111101001100110001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DFDF; }

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

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

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

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

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

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

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

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