#F4C5D5

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

Shades of Pink Lace #F4C5D5

Tints of Pink Lace #F4C5D5

Color information

#F4C5D5 (or 0xF4C5D5) is unknown color: approx Pink Lace. HEX triplet: F4, C5 and D5. RGB value is (244,197,213). Sum of RGB (Red+Green+Blue) = 244+197+213=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C5D5 is #0B3A2A. Grayscale: #D4D4D4. Windows color (decimal): -735787 or 14009844. OLE color: 14009844.

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

Color convert

RGB244197213-
CMYK00.190.130.04
HSL339.57º68.12%86.47%-
HSV(B)339.57º19.26%95.69%-
XYZ69.2863.9771.65-
YUV212.88128.07150.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.31%
GREEN value IS 197 (77.34% from 255) = 30.12%
BLUE value IS 213 (83.59% from 255) = 32.57%
R=37.31%
G=30.12%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419721300.190.130.04339.5768.1286.47
HexF4C5D5013D41544456
Octal364305325023154524104126
Binary111101001100010111010101010011110110010101010010001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C5D5; }

 p { color: rgb(244,197,213); }

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

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

 a { background-color: rgb(244,197,213); }

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

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

 span { border-color: rgb(244,197,213); }

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