#F3DEE0

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

Shades of Pale Pink #F3DEE0

Tints of Pale Pink #F3DEE0

Color information

#F3DEE0 (or 0xF3DEE0) is unknown color: approx Pale Pink. HEX triplet: F3, DE and E0. RGB value is (243,222,224). Sum of RGB (Red+Green+Blue) = 243+222+224=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 224 (87.89% from 255 or 32.51% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEE0 is #0C211F. Grayscale: #E4E4E4. Windows color (decimal): -794912 or 14737139. OLE color: 14737139.

HSL color Cylindrical-coordinate representation of color #F3DEE0: hue angle of 354.29º 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 #F3DEE0 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB243222224-
CMYK00.090.080.05
HSL354.29º46.67%91.18%-
HSV(B)354.29º8.64%95.29%-
XYZ76.5476.6881.29-
YUV228.51125.46138.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.27%
GREEN value IS 222 (87.11% from 255) = 32.22%
BLUE value IS 224 (87.89% from 255) = 32.51%
R=35.27%
G=32.22%
B=32.51%

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
Decimal24322222400.090.080.05354.2946.6791.18
HexF3DEE009851622f5b
Octal36333634001110554257133
Binary1111001111011110111000000100110001011011000101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DEE0; }

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

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

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

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

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

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

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

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