#F7E6DB

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

Shades of Fair Pink #F7E6DB

Tints of Fair Pink #F7E6DB

Color information

#F7E6DB (or 0xF7E6DB) is unknown color: approx Fair Pink. HEX triplet: F7, E6 and DB. RGB value is (247,230,219). Sum of RGB (Red+Green+Blue) = 247+230+219=696 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.49% from 696); Green value is 230 (90.23% from 255 or 33.05% from 696); Blue value is 219 (85.94% from 255 or 31.47% from 696); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7E6DB is #081924. Grayscale: #E9E9E9. Windows color (decimal): -530725 or 14411511. OLE color: 14411511.

HSL color Cylindrical-coordinate representation of color #F7E6DB: hue angle of 23.57º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7E6DB is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB247230219-
CMYK00.070.110.03
HSL23.57º63.64%91.37%-
HSV(B)23.57º11.34%96.86%-
XYZ79.4481.4878.56-
YUV233.83119.63137.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.49%
GREEN value IS 230 (90.23% from 255) = 33.05%
BLUE value IS 219 (85.94% from 255) = 31.47%
R=35.49%
G=33.05%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723021900.070.110.0323.5763.6491.37
HexF7E6DB07B318405b
Octal3673463330713330100133
Binary11110111111001101101101101111011111100010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E6DB; }

 p { color: rgb(247,230,219); }

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

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

 a { background-color: rgb(247,230,219); }

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

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

 span { border-color: rgb(247,230,219); }

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