#F4CAD1

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

Shades of Pink Lace #F4CAD1

Tints of Pink Lace #F4CAD1

Color information

#F4CAD1 (or 0xF4CAD1) is unknown color: approx Pink Lace. HEX triplet: F4, CA and D1. RGB value is (244,202,209). Sum of RGB (Red+Green+Blue) = 244+202+209=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CAD1 is #0B352E. Grayscale: #D7D7D7. Windows color (decimal): -734511 or 13748980. OLE color: 13748980.

HSL color Cylindrical-coordinate representation of color #F4CAD1: hue angle of 350º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CAD1 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB244202209-
CMYK00.170.140.04
HSL350º65.62%87.45%-
HSV(B)350º17.21%95.69%-
XYZ69.9466.0869.39-
YUV215.36124.41148.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.25%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 209 (82.03% from 255) = 31.91%
R=37.25%
G=30.84%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420220900.170.140.0435065.6287.45
HexF4CAD1011E415e4257
Octal364312321021164536102127
Binary111101001100101011010001010001111010010101111010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CAD1; }

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

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

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

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

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

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

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

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