#F4CDDA

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

Shades of Pink Lace #F4CDDA

Tints of Pink Lace #F4CDDA

Color information

#F4CDDA (or 0xF4CDDA) is unknown color: approx Pink Lace. HEX triplet: F4, CD and DA. RGB value is (244,205,218). Sum of RGB (Red+Green+Blue) = 244+205+218=667 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.58% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDDA is #0B3225. Grayscale: #DADADA. Windows color (decimal): -733734 or 14339572. OLE color: 14339572.

HSL color Cylindrical-coordinate representation of color #F4CDDA: hue angle of 340º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4CDDA is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB244205218-
CMYK00.160.110.04
HSL340º63.93%88.04%-
HSV(B)340º15.98%95.69%-
XYZ71.7967.9675.66-
YUV218.14127.92146.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.58%
GREEN value IS 205 (80.47% from 255) = 30.73%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=36.58%
G=30.73%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420521800.160.110.0434063.9388.04
HexF4CDDA010B41544058
Octal364315332020134524100130
Binary111101001100110111011010010000101110010101010010000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDDA; }

 p { color: rgb(244,205,218); }

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

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

 a { background-color: rgb(244,205,218); }

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

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

 span { border-color: rgb(244,205,218); }

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