#F3DEDF

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

Shades of Pale Pink #F3DEDF

Tints of Pale Pink #F3DEDF

Color information

#F3DEDF (or 0xF3DEDF) is unknown color: approx Pale Pink. HEX triplet: F3, DE and DF. RGB value is (243,222,223). Sum of RGB (Red+Green+Blue) = 243+222+223=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEDF is #0C2120. Grayscale: #E4E4E4. Windows color (decimal): -794913 or 14671603. OLE color: 14671603.

HSL color Cylindrical-coordinate representation of color #F3DEDF: hue angle of 357.14º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3DEDF is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB243222223-
CMYK00.090.080.05
HSL357.14º46.67%91.18%-
HSV(B)357.14º8.64%95.29%-
XYZ76.476.6280.58-
YUV228.39124.96138.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.32%
GREEN value IS 222 (87.11% from 255) = 32.27%
BLUE value IS 223 (87.5% from 255) = 32.41%
R=35.32%
G=32.27%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322222300.090.080.05357.1446.6791.18
HexF3DEDF09851652f5b
Octal36333633701110554557133
Binary1111001111011110110111110100110001011011001011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DEDF; }

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

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

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

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

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

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

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

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