#F3C9D4

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

Shades of Pink Lace #F3C9D4

Tints of Pink Lace #F3C9D4

Color information

#F3C9D4 (or 0xF3C9D4) is unknown color: approx Pink Lace. HEX triplet: F3, C9 and D4. RGB value is (243,201,212). Sum of RGB (Red+Green+Blue) = 243+201+212=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C9D4 is #0C362B. Grayscale: #D6D6D6. Windows color (decimal): -800300 or 13945331. OLE color: 13945331.

HSL color Cylindrical-coordinate representation of color #F3C9D4: hue angle of 344.29º 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 #F3C9D4 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB243201212-
CMYK00.170.130.05
HSL344.29º63.64%87.06%-
HSV(B)344.29º17.28%95.29%-
XYZ69.7365.5871.27-
YUV214.81126.41148.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.04%
GREEN value IS 201 (78.91% from 255) = 30.64%
BLUE value IS 212 (83.20% from 255) = 32.32%
R=37.04%
G=30.64%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320121200.170.130.05344.2963.6487.06
HexF3C9D4011D51584057
Octal363311324021155530100127
Binary111100111100100111010100010001110110110101100010000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C9D4; }

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

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

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

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

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

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

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

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