#F9DCEB

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

Shades of Pig Pink #F9DCEB

Tints of Pig Pink #F9DCEB

Color information

#F9DCEB (or 0xF9DCEB) is unknown color: approx Pig Pink. HEX triplet: F9, DC and EB. RGB value is (249,220,235). Sum of RGB (Red+Green+Blue) = 249+220+235=704 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.37% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCEB is #062314. Grayscale: #E6E6E6. Windows color (decimal): -402197 or 15457529. OLE color: 15457529.

HSL color Cylindrical-coordinate representation of color #F9DCEB: hue angle of 328.97º 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 #F9DCEB is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB249220235-
CMYK00.120.060.02
HSL328.97º70.73%91.96%-
HSV(B)328.97º11.65%97.65%-
XYZ79.6677.3289.32-
YUV230.38130.61141.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.37%
GREEN value IS 220 (86.33% from 255) = 31.25%
BLUE value IS 235 (92.19% from 255) = 33.38%
R=35.37%
G=31.25%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922023500.120.060.02328.9770.7391.96
HexF9DCEB0C62149475c
Octal37133435301462511107134
Binary111110011101110011101011011001101010100100110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCEB; }

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

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

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

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

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

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

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

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