#F3C5D2

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

Shades of Pink Lace #F3C5D2

Tints of Pink Lace #F3C5D2

Color information

#F3C5D2 (or 0xF3C5D2) is unknown color: approx Pink Lace. HEX triplet: F3, C5 and D2. RGB value is (243,197,210). Sum of RGB (Red+Green+Blue) = 243+197+210=650 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.38% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C5D2 is #0C3A2D. Grayscale: #D4D4D4. Windows color (decimal): -801326 or 13813235. OLE color: 13813235.

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

Color convert

RGB243197210-
CMYK00.190.140.05
HSL343.04º65.71%86.27%-
HSV(B)343.04º18.93%95.29%-
XYZ68.5663.6469.64-
YUV212.24126.74149.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.38%
GREEN value IS 197 (77.34% from 255) = 30.31%
BLUE value IS 210 (82.42% from 255) = 32.31%
R=37.38%
G=30.31%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319721000.190.140.05343.0465.7186.27
HexF3C5D2013E51574256
Octal363305322023165527102126
Binary111100111100010111010010010011111010110101011110000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C5D2; }

 p { color: rgb(243,197,210); }

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

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

 a { background-color: rgb(243,197,210); }

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

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

 span { border-color: rgb(243,197,210); }

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