#F4DBEC

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

Shades of Pig Pink #F4DBEC

Tints of Pig Pink #F4DBEC

Color information

#F4DBEC (or 0xF4DBEC) is unknown color: approx Pig Pink. HEX triplet: F4, DB and EC. RGB value is (244,219,236). Sum of RGB (Red+Green+Blue) = 244+219+236=699 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.91% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DBEC is #0B2413. Grayscale: #E4E4E4. Windows color (decimal): -730132 or 15522804. OLE color: 15522804.

HSL color Cylindrical-coordinate representation of color #F4DBEC: hue angle of 319.2º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DBEC is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB244219236-
CMYK00.100.030.04
HSL319.2º53.19%90.78%-
HSV(B)319.2º10.25%95.69%-
XYZ77.7875.9589.92-
YUV228.41132.28139.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.91%
GREEN value IS 219 (85.94% from 255) = 31.33%
BLUE value IS 236 (92.58% from 255) = 33.76%
R=34.91%
G=31.33%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421923600.100.030.04319.253.1990.78
HexF4DBEC0A3413f355b
Octal3643333540123447765133
Binary11110100110110111110110001010111001001111111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DBEC; }

 p { color: rgb(244,219,236); }

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

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

 a { background-color: rgb(244,219,236); }

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

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

 span { border-color: rgb(244,219,236); }

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