#F4C1D0

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

Shades of Pink Lace #F4C1D0

Tints of Pink Lace #F4C1D0

Color information

#F4C1D0 (or 0xF4C1D0) is unknown color: approx Pink Lace. HEX triplet: F4, C1 and D0. RGB value is (244,193,208). Sum of RGB (Red+Green+Blue) = 244+193+208=645 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.83% from 645); Green value is 193 (75.78% from 255 or 29.92% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C1D0 is #0B3E2F. Grayscale: #D1D1D1. Windows color (decimal): -736816 or 13681140. OLE color: 13681140.

HSL color Cylindrical-coordinate representation of color #F4C1D0: hue angle of 342.35º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C1D0 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB244193208-
CMYK00.210.150.04
HSL342.35º69.86%85.69%-
HSV(B)342.35º20.9%95.69%-
XYZ67.7661.9368.06-
YUV209.96126.9152.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.83%
GREEN value IS 193 (75.78% from 255) = 29.92%
BLUE value IS 208 (81.64% from 255) = 32.25%
R=37.83%
G=29.92%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419320800.210.150.04342.3569.8685.69
HexF4C1D0015F41564656
Octal364301320025174526106126
Binary111101001100000111010000010101111110010101011010001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C1D0; }

 p { color: rgb(244,193,208); }

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

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

 a { background-color: rgb(244,193,208); }

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

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

 span { border-color: rgb(244,193,208); }

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