#F7E3D5

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

Shades of Fair Pink #F7E3D5

Tints of Fair Pink #F7E3D5

Color information

#F7E3D5 (or 0xF7E3D5) is unknown color: approx Fair Pink. HEX triplet: F7, E3 and D5. RGB value is (247,227,213). Sum of RGB (Red+Green+Blue) = 247+227+213=687 (90% of max value = 765). Red value is 247 (96.88% from 255 or 35.95% from 687); Green value is 227 (89.06% from 255 or 33.04% from 687); Blue value is 213 (83.59% from 255 or 31.00% from 687); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E3D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E3D5 is #081C2A. Grayscale: #E7E7E7. Windows color (decimal): -531499 or 14017527. OLE color: 14017527.

HSL color Cylindrical-coordinate representation of color #F7E3D5: hue angle of 24.71º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F7E3D5 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB247227213-
CMYK00.080.140.03
HSL24.71º68%90.2%-
HSV(B)24.71º13.77%96.86%-
XYZ77.8479.5274.2-
YUV231.38117.63139.14-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.95%
GREEN value IS 227 (89.06% from 255) = 33.04%
BLUE value IS 213 (83.59% from 255) = 31.00%
R=35.95%
G=33.04%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722721300.080.140.0324.716890.2
HexF7E3D508E319445a
Octal36734332501016331104132
Binary111101111110001111010101010001110111100110001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E3D5; }

 p { color: rgb(247,227,213); }

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

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

 a { background-color: rgb(247,227,213); }

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

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

 span { border-color: rgb(247,227,213); }

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