#F4CFDA

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

Shades of Pink Lace #F4CFDA

Tints of Pink Lace #F4CFDA

Color information

#F4CFDA (or 0xF4CFDA) is unknown color: approx Pink Lace. HEX triplet: F4, CF and DA. RGB value is (244,207,218). Sum of RGB (Red+Green+Blue) = 244+207+218=669 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.47% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFDA is #0B3025. Grayscale: #DBDBDB. Windows color (decimal): -733222 or 14340084. OLE color: 14340084.

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

Color convert

RGB244207218-
CMYK00.150.110.04
HSL342.16º62.71%88.43%-
HSV(B)342.16º15.16%95.69%-
XYZ72.2868.9275.82-
YUV219.32127.26145.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.47%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 218 (85.55% from 255) = 32.59%
R=36.47%
G=30.94%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420721800.150.110.04342.1662.7188.43
HexF4CFDA0FB41563f58
Octal36431733201713452677130
Binary1111010011001111110110100111110111001010101101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFDA; }

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

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

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

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

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

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

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

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