#F5DFE1

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

Shades of Pale Pink #F5DFE1

Tints of Pale Pink #F5DFE1

Color information

#F5DFE1 (or 0xF5DFE1) is unknown color: approx Pale Pink. HEX triplet: F5, DF and E1. RGB value is (245,223,225). Sum of RGB (Red+Green+Blue) = 245+223+225=693 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.35% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 225 (88.28% from 255 or 32.47% from 693); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFE1 is #0A201E. Grayscale: #E5E5E5. Windows color (decimal): -663583 or 14802933. OLE color: 14802933.

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

Color convert

RGB245223225-
CMYK00.090.080.04
HSL354.55º52.38%91.76%-
HSV(B)354.55º8.98%96.08%-
XYZ77.6377.6282.13-
YUV229.81125.29138.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.35%
GREEN value IS 223 (87.5% from 255) = 32.18%
BLUE value IS 225 (88.28% from 255) = 32.47%
R=35.35%
G=32.18%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522322500.090.080.04354.5552.3891.76
HexF5DFE10984163345c
Octal36533734101110454364134
Binary1111010111011111111000010100110001001011000111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DFE1; }

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

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

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

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

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

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

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

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