#F4CFD7

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

Shades of Pink Lace #F4CFD7

Tints of Pink Lace #F4CFD7

Color information

#F4CFD7 (or 0xF4CFD7) is unknown color: approx Pink Lace. HEX triplet: F4, CF and D7. RGB value is (244,207,215). Sum of RGB (Red+Green+Blue) = 244+207+215=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 215 (84.38% from 255 or 32.28% from 666); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFD7 is #0B3028. Grayscale: #DADADA. Windows color (decimal): -733225 or 14143476. OLE color: 14143476.

HSL color Cylindrical-coordinate representation of color #F4CFD7: hue angle of 347.03º 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 #F4CFD7 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB244207215-
CMYK00.150.120.04
HSL347.03º62.71%88.43%-
HSV(B)347.03º15.16%95.69%-
XYZ71.8968.7773.77-
YUV218.97125.76145.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.64%
GREEN value IS 207 (81.25% from 255) = 31.08%
BLUE value IS 215 (84.38% from 255) = 32.28%
R=36.64%
G=31.08%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420721500.150.120.04347.0362.7188.43
HexF4CFD70FC415b3f58
Octal36431732701714453377130
Binary1111010011001111110101110111111001001010110111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFD7; }

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

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

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

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

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

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

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

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