#F6DCDE

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

Shades of Pale Pink #F6DCDE

Tints of Pale Pink #F6DCDE

Color information

#F6DCDE (or 0xF6DCDE) is unknown color: approx Pale Pink. HEX triplet: F6, DC and DE. RGB value is (246,220,222). Sum of RGB (Red+Green+Blue) = 246+220+222=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCDE is #092321. Grayscale: #E4E4E4. Windows color (decimal): -598818 or 14605558. OLE color: 14605558.

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

Color convert

RGB246220222-
CMYK00.110.100.04
HSL355.38º59.09%91.37%-
HSV(B)355.38º10.57%96.47%-
XYZ76.7876.0579.74-
YUV228124.61140.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.76%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 222 (87.11% from 255) = 32.27%
R=35.76%
G=31.98%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622022200.110.100.04355.3859.0991.37
HexF6DCDE0BA41633b5b
Octal36633433601312454373133
Binary1111011011011100110111100101110101001011000111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCDE; }

 p { color: rgb(246,220,222); }

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

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

 a { background-color: rgb(246,220,222); }

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

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

 span { border-color: rgb(246,220,222); }

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