#F2CFD7

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

Shades of Pink Lace #F2CFD7

Tints of Pink Lace #F2CFD7

Color information

#F2CFD7 (or 0xF2CFD7) is unknown color: approx Pink Lace. HEX triplet: F2, CF and D7. RGB value is (242,207,215). Sum of RGB (Red+Green+Blue) = 242+207+215=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFD7 is #0D3028. Grayscale: #DADADA. Windows color (decimal): -864297 or 14143474. OLE color: 14143474.

HSL color Cylindrical-coordinate representation of color #F2CFD7: hue angle of 346.29º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2CFD7 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB242207215-
CMYK00.140.110.05
HSL346.29º57.38%88.04%-
HSV(B)346.29º14.46%94.9%-
XYZ71.268.4173.74-
YUV218.38126.1144.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.45%
GREEN value IS 207 (81.25% from 255) = 31.17%
BLUE value IS 215 (84.38% from 255) = 32.38%
R=36.45%
G=31.17%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220721500.140.110.05346.2957.3888.04
HexF2CFD70EB515a3958
Octal36231732701613553271130
Binary1111001011001111110101110111010111011010110101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CFD7; }

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

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

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

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

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

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

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

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