#F1CFD6

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

Shades of Pink Lace #F1CFD6

Tints of Pink Lace #F1CFD6

Color information

#F1CFD6 (or 0xF1CFD6) is unknown color: approx Pink Lace. HEX triplet: F1, CF and D6. RGB value is (241,207,214). Sum of RGB (Red+Green+Blue) = 241+207+214=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFD6 is #0E3029. Grayscale: #D9D9D9. Windows color (decimal): -929834 or 14077937. OLE color: 14077937.

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

Color convert

RGB241207214-
CMYK00.140.110.05
HSL347.65º54.84%87.84%-
HSV(B)347.65º14.11%94.51%-
XYZ70.7368.1873.05-
YUV217.96125.76144.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.40%
GREEN value IS 207 (81.25% from 255) = 31.27%
BLUE value IS 214 (83.98% from 255) = 32.33%
R=36.40%
G=31.27%
B=32.33%

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
Decimal24120721400.140.110.05347.6554.8487.84
HexF1CFD60EB515c3758
Octal36131732601613553467130
Binary1111000111001111110101100111010111011010111001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CFD6; }

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

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

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

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

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

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

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

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