#F1CFD7

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

Shades of Pink Lace #F1CFD7

Tints of Pink Lace #F1CFD7

Color information

#F1CFD7 (or 0xF1CFD7) is unknown color: approx Pink Lace. HEX triplet: F1, CF and D7. RGB value is (241,207,215). Sum of RGB (Red+Green+Blue) = 241+207+215=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 215 (84.38% from 255 or 32.43% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFD7 is #0E3028. Grayscale: #DADADA. Windows color (decimal): -929833 or 14143473. OLE color: 14143473.

HSL color Cylindrical-coordinate representation of color #F1CFD7: hue angle of 345.88º degrees, saturation: 0.55, 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 #F1CFD7 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB241207215-
CMYK00.140.110.05
HSL345.88º54.84%87.84%-
HSV(B)345.88º14.11%94.51%-
XYZ70.8568.2373.73-
YUV218.08126.26144.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.35%
GREEN value IS 207 (81.25% from 255) = 31.22%
BLUE value IS 215 (84.38% from 255) = 32.43%
R=36.35%
G=31.22%
B=32.43%

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
Decimal24120721500.140.110.05345.8854.8487.84
HexF1CFD70EB515a3758
Octal36131732701613553267130
Binary1111000111001111110101110111010111011010110101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CFD7; }

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

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

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

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

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

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

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

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