#F3C4D2

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

Shades of Pink Lace #F3C4D2

Tints of Pink Lace #F3C4D2

Color information

#F3C4D2 (or 0xF3C4D2) is unknown color: approx Pink Lace. HEX triplet: F3, C4 and D2. RGB value is (243,196,210). Sum of RGB (Red+Green+Blue) = 243+196+210=649 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.44% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C4D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C4D2 is #0C3B2D. Grayscale: #D3D3D3. Windows color (decimal): -801582 or 13812979. OLE color: 13812979.

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

Color convert

RGB243196210-
CMYK00.190.140.05
HSL342.13º66.2%86.08%-
HSV(B)342.13º19.34%95.29%-
XYZ68.3363.1969.57-
YUV211.65127.07150.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.44%
GREEN value IS 196 (76.95% from 255) = 30.20%
BLUE value IS 210 (82.42% from 255) = 32.36%
R=37.44%
G=30.20%
B=32.36%

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
Decimal24319621000.190.140.05342.1366.286.08
HexF3C4D2013E51564256
Octal363304322023165526102126
Binary111100111100010011010010010011111010110101011010000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C4D2; }

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

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

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

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

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

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

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

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