#F4C4D1

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

Shades of Pink Lace #F4C4D1

Tints of Pink Lace #F4C4D1

Color information

#F4C4D1 (or 0xF4C4D1) is unknown color: approx Pink Lace. HEX triplet: F4, C4 and D1. RGB value is (244,196,209). Sum of RGB (Red+Green+Blue) = 244+196+209=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C4D1 is #0B3B2E. Grayscale: #D3D3D3. Windows color (decimal): -736047 or 13747444. OLE color: 13747444.

HSL color Cylindrical-coordinate representation of color #F4C4D1: hue angle of 343.75º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F4C4D1 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB244196209-
CMYK00.200.140.04
HSL343.75º68.57%86.27%-
HSV(B)343.75º19.67%95.69%-
XYZ68.5663.3268.93-
YUV211.83126.4150.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.60%
GREEN value IS 196 (76.95% from 255) = 30.20%
BLUE value IS 209 (82.03% from 255) = 32.20%
R=37.60%
G=30.20%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419620900.200.140.04343.7568.5786.27
HexF4C4D1014E41584556
Octal364304321024164530105126
Binary111101001100010011010001010100111010010101100010001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C4D1; }

 p { color: rgb(244,196,209); }

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

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

 a { background-color: rgb(244,196,209); }

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

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

 span { border-color: rgb(244,196,209); }

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