#FEDFDF

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

Shades of Tutu #FEDFDF

Tints of Tutu #FEDFDF

Color information

#FEDFDF (or 0xFEDFDF) is unknown color: approx Tutu. HEX triplet: FE, DF and DF. RGB value is (254,223,223). Sum of RGB (Red+Green+Blue) = 254+223+223=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFDF is #012020. Grayscale: #E8E8E8. Windows color (decimal): -73761 or 14671870. OLE color: 14671870.

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

Color convert

RGB254223223-
CMYK00.120.120.00
HSL93.94%93.53%-
HSV(B)12.2%99.61%-
XYZ80.5879.1780.85-
YUV232.27122.77143.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 223 (87.5% from 255) = 31.86%
BLUE value IS 223 (87.5% from 255) = 31.86%
R=36.29%
G=31.86%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422322300.120.120.00093.9493.53
HexFEDFDF0CC005e5e
Octal3763373370141400136136
Binary1111111011011111110111110110011000010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFDF; }

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

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

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

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

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

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

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

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