#F2C7CE

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

Shades of Pink Lace #F2C7CE

Tints of Pink Lace #F2C7CE

Color information

#F2C7CE (or 0xF2C7CE) is unknown color: approx Pink Lace. HEX triplet: F2, C7 and CE. RGB value is (242,199,206). Sum of RGB (Red+Green+Blue) = 242+199+206=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C7CE is #0D3831. Grayscale: #D4D4D4. Windows color (decimal): -866354 or 13551602. OLE color: 13551602.

HSL color Cylindrical-coordinate representation of color #F2C7CE: hue angle of 350.23º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2C7CE is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242199206-
CMYK00.180.150.05
HSL350.23º62.32%86.47%-
HSV(B)350.23º17.77%94.9%-
XYZ68.1864.1867.19-
YUV212.66124.25148.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.40%
GREEN value IS 199 (78.12% from 255) = 30.76%
BLUE value IS 206 (80.86% from 255) = 31.84%
R=37.40%
G=30.76%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219920600.180.150.05350.2362.3286.47
HexF2C7CE012F515e3e56
Octal36230731602217553676126
Binary11110010110001111100111001001011111011010111101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C7CE; }

 p { color: rgb(242,199,206); }

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

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

 a { background-color: rgb(242,199,206); }

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

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

 span { border-color: rgb(242,199,206); }

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