#F7E2D3

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

Shades of Fair Pink #F7E2D3

Tints of Fair Pink #F7E2D3

Color information

#F7E2D3 (or 0xF7E2D3) is unknown color: approx Fair Pink. HEX triplet: F7, E2 and D3. RGB value is (247,226,211). Sum of RGB (Red+Green+Blue) = 247+226+211=684 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.11% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 211 (82.81% from 255 or 30.85% from 684); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E2D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E2D3 is #081D2C. Grayscale: #E6E6E6. Windows color (decimal): -531757 or 13886199. OLE color: 13886199.

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

Color convert

RGB247226211-
CMYK00.090.150.03
HSL25º69.23%89.8%-
HSV(B)25º14.57%96.86%-
XYZ77.3178.8772.78-
YUV230.57116.96139.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.11%
GREEN value IS 226 (88.67% from 255) = 33.04%
BLUE value IS 211 (82.81% from 255) = 30.85%
R=36.11%
G=33.04%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722621100.090.150.032569.2389.8
HexF7E2D309F319455a
Octal36734232301117331105132
Binary111101111110001011010011010011111111100110001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E2D3; }

 p { color: rgb(247,226,211); }

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

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

 a { background-color: rgb(247,226,211); }

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

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

 span { border-color: rgb(247,226,211); }

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