#F3C8D5

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

Shades of Pink Lace #F3C8D5

Tints of Pink Lace #F3C8D5

Color information

#F3C8D5 (or 0xF3C8D5) is unknown color: approx Pink Lace. HEX triplet: F3, C8 and D5. RGB value is (243,200,213). Sum of RGB (Red+Green+Blue) = 243+200+213=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C8D5 is #0C372A. Grayscale: #D6D6D6. Windows color (decimal): -800555 or 14010611. OLE color: 14010611.

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

Color convert

RGB243200213-
CMYK00.180.120.05
HSL341.86º64.18%86.86%-
HSV(B)341.86º17.7%95.29%-
XYZ69.6365.1771.86-
YUV214.34127.25148.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.04%
GREEN value IS 200 (78.52% from 255) = 30.49%
BLUE value IS 213 (83.59% from 255) = 32.47%
R=37.04%
G=30.49%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320021300.180.120.05341.8664.1886.86
HexF3C8D5012C51564057
Octal363310325022145526100127
Binary111100111100100011010101010010110010110101011010000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C8D5; }

 p { color: rgb(243,200,213); }

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

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

 a { background-color: rgb(243,200,213); }

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

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

 span { border-color: rgb(243,200,213); }

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