#F9C0D1

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

Shades of Pink #F9C0D1

Tints of Pink #F9C0D1

Color information

#F9C0D1 (or 0xF9C0D1) is unknown color: approx Pink. HEX triplet: F9, C0 and D1. RGB value is (249,192,209). Sum of RGB (Red+Green+Blue) = 249+192+209=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C0D1 is #063F2E. Grayscale: #D2D2D2. Windows color (decimal): -409391 or 13746425. OLE color: 13746425.

HSL color Cylindrical-coordinate representation of color #F9C0D1: hue angle of 342.11º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C0D1 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB249192209-
CMYK00.230.160.02
HSL342.11º82.61%86.47%-
HSV(B)342.11º22.89%97.65%-
XYZ69.4362.4468.72-
YUV210.98126.88155.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.31%
GREEN value IS 192 (75.39% from 255) = 29.54%
BLUE value IS 209 (82.03% from 255) = 32.15%
R=38.31%
G=29.54%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919220900.230.160.02342.1182.6186.47
HexF9C0D10171021565356
Octal371300321027202526123126
Binary111110011100000011010001010111100001010101011010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C0D1; }

 p { color: rgb(249,192,209); }

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

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

 a { background-color: rgb(249,192,209); }

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

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

 span { border-color: rgb(249,192,209); }

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