#F9E5DC

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

Shades of Provincial Pink #F9E5DC

Tints of Provincial Pink #F9E5DC

Color information

#F9E5DC (or 0xF9E5DC) is unknown color: approx Provincial Pink. HEX triplet: F9, E5 and DC. RGB value is (249,229,220). Sum of RGB (Red+Green+Blue) = 249+229+220=698 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.67% from 698); Green value is 229 (89.84% from 255 or 32.81% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E5DC is #061A23. Grayscale: #EAEAEA. Windows color (decimal): -399908 or 14476793. OLE color: 14476793.

HSL color Cylindrical-coordinate representation of color #F9E5DC: hue angle of 18.62º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9E5DC is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249229220-
CMYK00.080.120.02
HSL18.62º70.73%91.96%-
HSV(B)18.62º11.65%97.65%-
XYZ8081.3579.19-
YUV233.95120.13138.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.67%
GREEN value IS 229 (89.84% from 255) = 32.81%
BLUE value IS 220 (86.33% from 255) = 31.52%
R=35.67%
G=32.81%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922922000.080.120.0218.6270.7391.96
HexF9E5DC08C213475c
Octal37134533401014223107134
Binary111110011110010111011100010001100101001110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E5DC; }

 p { color: rgb(249,229,220); }

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

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

 a { background-color: rgb(249,229,220); }

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

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

 span { border-color: rgb(249,229,220); }

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