#F7E6DE

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

Shades of Provincial Pink #F7E6DE

Tints of Provincial Pink #F7E6DE

Color information

#F7E6DE (or 0xF7E6DE) is unknown color: approx Provincial Pink. HEX triplet: F7, E6 and DE. RGB value is (247,230,222). Sum of RGB (Red+Green+Blue) = 247+230+222=699 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.34% from 699); Green value is 230 (90.23% from 255 or 32.90% from 699); Blue value is 222 (87.11% from 255 or 31.76% from 699); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7E6DE is #081921. Grayscale: #EAEAEA. Windows color (decimal): -530722 or 14608119. OLE color: 14608119.

HSL color Cylindrical-coordinate representation of color #F7E6DE: hue angle of 19.2º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7E6DE is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB247230222-
CMYK00.070.100.03
HSL19.2º60.98%91.96%-
HSV(B)19.2º10.12%96.86%-
XYZ79.8481.6480.66-
YUV234.17121.13137.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.34%
GREEN value IS 230 (90.23% from 255) = 32.90%
BLUE value IS 222 (87.11% from 255) = 31.76%
R=35.34%
G=32.90%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723022200.070.100.0319.260.9891.96
HexF7E6DE07A3133d5c
Octal367346336071232375134
Binary1111011111100110110111100111101011100111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E6DE; }

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

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

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

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

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

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

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

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