#F3C9D0

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

Shades of Pink Lace #F3C9D0

Tints of Pink Lace #F3C9D0

Color information

#F3C9D0 (or 0xF3C9D0) is unknown color: approx Pink Lace. HEX triplet: F3, C9 and D0. RGB value is (243,201,208). Sum of RGB (Red+Green+Blue) = 243+201+208=652 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.27% from 652); Green value is 201 (78.91% from 255 or 30.83% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C9D0 is #0C362F. Grayscale: #D6D6D6. Windows color (decimal): -800304 or 13683187. OLE color: 13683187.

HSL color Cylindrical-coordinate representation of color #F3C9D0: hue angle of 350º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3C9D0 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB243201208-
CMYK00.170.140.05
HSL350º63.64%87.06%-
HSV(B)350º17.28%95.29%-
XYZ69.2365.3868.65-
YUV214.36124.41148.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.27%
GREEN value IS 201 (78.91% from 255) = 30.83%
BLUE value IS 208 (81.64% from 255) = 31.90%
R=37.27%
G=30.83%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320120800.170.140.0535063.6487.06
HexF3C9D0011E515e4057
Octal363311320021165536100127
Binary111100111100100111010000010001111010110101111010000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C9D0; }

 p { color: rgb(243,201,208); }

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

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

 a { background-color: rgb(243,201,208); }

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

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

 span { border-color: rgb(243,201,208); }

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