#FFC9DA

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

Shades of Pink Lace #FFC9DA

Tints of Pink Lace #FFC9DA

Color information

#FFC9DA (or 0xFFC9DA) is unknown color: approx Pink Lace. HEX triplet: FF, C9 and DA. RGB value is (255,201,218). Sum of RGB (Red+Green+Blue) = 255+201+218=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 201 (78.91% from 255 or 29.82% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9DA is #003625. Grayscale: #DBDBDB. Windows color (decimal): -13862 or 14338559. OLE color: 14338559.

HSL color Cylindrical-coordinate representation of color #FFC9DA: hue angle of 341.11º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFC9DA is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255201218-
CMYK00.210.150
HSL341.11º100%89.41%-
HSV(B)341.11º21.18%100%-
XYZ74.7868.175.53-
YUV219.08127.39153.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 201 (78.91% from 255) = 29.82%
BLUE value IS 218 (85.55% from 255) = 32.34%
R=37.83%
G=29.82%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520121800.210.150341.1110089.41
HexFFC9DA015F01556459
Octal377311332025170525144131
Binary1111111111001001110110100101011111010101010111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC9DA; }

 p { color: rgb(255,201,218); }

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

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

 a { background-color: rgb(255,201,218); }

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

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

 span { border-color: rgb(255,201,218); }

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